Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp222 class PPCLoopInstrFormPrep : public FunctionPass { class
226 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anonab87f0030111::PPCLoopInstrFormPrep
340 char PPCLoopInstrFormPrep::ID = 0;
353 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()
402 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()
528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
830 void PPCLoopInstrFormPrep::addOneCandidate( in addOneCandidate()
1012 bool PPCLoopInstrFormPrep::rewriteLoadStores( in rewriteLoadStores()
1091 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()
1109 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, in dispFormPrep()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1510 SRCS_MIN+= Target/PowerPC/PPCLoopInstrFormPrep.cpp