Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp219 class PPCLoopInstrFormPrep : public FunctionPass { class
223 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) {} in PPCLoopInstrFormPrep() function in __anon9d75ad0d0111::PPCLoopInstrFormPrep
331 char PPCLoopInstrFormPrep::ID = 0;
333 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
336 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
344 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()
393 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()
420 bool PPCLoopInstrFormPrep::prepareBasesForCommoningChains(Bucket &CBucket) { in prepareBasesForCommoningChains()
519 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
539 bool PPCLoopInstrFormPrep::rewriteLoadStoresForCommoningChains( in rewriteLoadStoresForCommoningChains()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1640 SRCS_MIN+= Target/PowerPC/PPCLoopInstrFormPrep.cpp