Searched refs:RISCVCodeGenPrepare (Results 1 – 3 of 3) sorted by relevance
34 class RISCVCodeGenPrepare : public FunctionPass { class41 RISCVCodeGenPrepare() : FunctionPass(ID) {} in RISCVCodeGenPrepare() function in __anon50a034770111::RISCVCodeGenPrepare59 bool RISCVCodeGenPrepare::optimizeZExt(ZExtInst *ZExt) { in optimizeZExt()106 bool RISCVCodeGenPrepare::optimizeAndExt(BinaryOperator *BO) { in optimizeAndExt()153 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()
24 RISCVCodeGenPrepare.cpp
67 "RISCVCodeGenPrepare.cpp",