Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 __anonfb7093fd0111::RISCVCodeGenPrepare
64 bool RISCVCodeGenPrepare::visitAnd(BinaryOperator &BO) { in visitAnd()
130 bool RISCVCodeGenPrepare::visitIntrinsicInst(IntrinsicInst &I) { in visitIntrinsicInst()
158 bool RISCVCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
176 INITIALIZE_PASS_BEGIN(RISCVCodeGenPrepare, DEBUG_TYPE, PASS_NAME, false, false)
178 INITIALIZE_PASS_END(RISCVCodeGenPrepare, DEBUG_TYPE, PASS_NAME, false, false)
180 char RISCVCodeGenPrepare::ID = 0;
183 return new RISCVCodeGenPrepare(); in createRISCVCodeGenPreparePass()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1556 SRCS_MIN+= Target/RISCV/RISCVCodeGenPrepare.cpp