Lines Matching refs:PPCLoopInstrFormPrep

222   class PPCLoopInstrFormPrep : public FunctionPass {  class
226 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anon9d75ad0d0111::PPCLoopInstrFormPrep
230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() function in __anon9d75ad0d0111::PPCLoopInstrFormPrep
340 char PPCLoopInstrFormPrep::ID = 0;
342 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
345 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
353 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()
402 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()
429 bool PPCLoopInstrFormPrep::prepareBasesForCommoningChains(Bucket &CBucket) { in prepareBasesForCommoningChains()
528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
548 bool PPCLoopInstrFormPrep::rewriteLoadStoresForCommoningChains( in rewriteLoadStoresForCommoningChains()
649 PPCLoopInstrFormPrep::rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV, in rewriteForBase()
779 Instruction *PPCLoopInstrFormPrep::rewriteForBucketElement( in rewriteForBucketElement()
835 void PPCLoopInstrFormPrep::addOneCandidate( in addOneCandidate()
865 SmallVector<Bucket, 16> PPCLoopInstrFormPrep::collectCandidates( in collectCandidates()
901 bool PPCLoopInstrFormPrep::prepareBaseForDispFormChain(Bucket &BucketChain, in prepareBaseForDispFormChain()
977 bool PPCLoopInstrFormPrep::prepareBaseForUpdateFormChain(Bucket &BucketChain) { in prepareBaseForUpdateFormChain()
1017 bool PPCLoopInstrFormPrep::rewriteLoadStores( in rewriteLoadStores()
1096 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()
1114 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, in dispFormPrep()
1144 Value *PPCLoopInstrFormPrep::getNodeForInc(Loop *L, Instruction *MemI, in getNodeForInc()
1218 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction *MemI, in alreadyPrepared()
1284 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop()