LLVM 17.0.0git
|
#include "RISCV.h"
#include "RISCVTargetMachine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "riscv-codegenprepare" |
#define | PASS_NAME "RISC-V CodeGenPrepare" |
Functions | |
STATISTIC (NumZExtToSExt, "Number of SExt instructions converted to ZExt") | |
#define DEBUG_TYPE "riscv-codegenprepare" |
Definition at line 28 of file RISCVCodeGenPrepare.cpp.
#define PASS_NAME "RISC-V CodeGenPrepare" |
Definition at line 29 of file RISCVCodeGenPrepare.cpp.
STATISTIC | ( | NumZExtToSExt | , |
"Number of SExt instructions converted to ZExt" | |||
) |