Home
last modified time | relevance | path

Searched refs:RISCVCodeGenPrepare (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVCodeGenPrepare.cpp35 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 DCMakeLists.txt23 RISCVCodeGenPrepare.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMRISCVCodeGen/
H A DMakefile16 RISCVCodeGenPrepare.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/
H A DBUILD.gn71 "RISCVCodeGenPrepare.cpp",