Searched refs:PPCLoopInstrFormPrep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 149 class PPCLoopInstrFormPrep : public FunctionPass { class 153 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anonca8432410111::PPCLoopInstrFormPrep 238 char PPCLoopInstrFormPrep::ID = 0; 240 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false) 243 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false) 251 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass() 288 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction() 332 SmallVector<Bucket, 16> PPCLoopInstrFormPrep::collectCandidates( in collectCandidates() 688 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep() 733 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction* MemI, in alreadyPrepared() [all …]
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1312 SRCS_MIN+= Target/PowerPC/PPCLoopInstrFormPrep.cpp
|