Lines Matching refs:PPCLoopInstrFormPrep

221   class PPCLoopInstrFormPrep : public FunctionPass {  class
225 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anonfe56763d0111::PPCLoopInstrFormPrep
229 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() function in __anonfe56763d0111::PPCLoopInstrFormPrep
339 char PPCLoopInstrFormPrep::ID = 0;
341 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
344 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
352 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()
401 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()
428 bool PPCLoopInstrFormPrep::prepareBasesForCommoningChains(Bucket &CBucket) { in prepareBasesForCommoningChains()
527 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
547 bool PPCLoopInstrFormPrep::rewriteLoadStoresForCommoningChains( in rewriteLoadStoresForCommoningChains()
648 PPCLoopInstrFormPrep::rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV, in rewriteForBase()
778 Instruction *PPCLoopInstrFormPrep::rewriteForBucketElement( in rewriteForBucketElement()
829 void PPCLoopInstrFormPrep::addOneCandidate( in addOneCandidate()
859 SmallVector<Bucket, 16> PPCLoopInstrFormPrep::collectCandidates( in collectCandidates()
895 bool PPCLoopInstrFormPrep::prepareBaseForDispFormChain(Bucket &BucketChain, in prepareBaseForDispFormChain()
971 bool PPCLoopInstrFormPrep::prepareBaseForUpdateFormChain(Bucket &BucketChain) { in prepareBaseForUpdateFormChain()
1011 bool PPCLoopInstrFormPrep::rewriteLoadStores( in rewriteLoadStores()
1091 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()
1109 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, in dispFormPrep()
1139 Value *PPCLoopInstrFormPrep::getNodeForInc(Loop *L, Instruction *MemI, in getNodeForInc()
1211 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction *MemI, in alreadyPrepared()
1277 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop()