Searched refs:RISCVCodeGenPrepare (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVCodeGenPrepare.cpp | 35 class RISCVCodeGenPrepare : public FunctionPass, class 36 public InstVisitor<RISCVCodeGenPrepare, bool> { 43 RISCVCodeGenPrepare() : FunctionPass(ID) {} in RISCVCodeGenPrepare() function in __anonfbcc6a5e0111::RISCVCodeGenPrepare 61 bool RISCVCodeGenPrepare::visitZExtInst(ZExtInst &ZExt) { in visitZExtInst() 108 bool RISCVCodeGenPrepare::visitAnd(BinaryOperator &BO) { in visitAnd() 152 bool RISCVCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction() 170 INITIALIZE_PASS_BEGIN(RISCVCodeGenPrepare, DEBUG_TYPE, PASS_NAME, false, false) 172 INITIALIZE_PASS_END(RISCVCodeGenPrepare, DEBUG_TYPE, PASS_NAME, false, false) 174 char RISCVCodeGenPrepare::ID = 0; 177 return new RISCVCodeGenPrepare(); in createRISCVCodeGenPreparePass()
|
| H A D | CMakeLists.txt | 23 RISCVCodeGenPrepare.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMRISCVCodeGen/ |
| H A D | Makefile | 16 RISCVCodeGenPrepare.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/ |
| H A D | BUILD.gn | 71 "RISCVCodeGenPrepare.cpp",
|