Lines Matching refs:PPCLoopInstrFormPrep
149 class PPCLoopInstrFormPrep : public FunctionPass { class
153 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anonca8432410111::PPCLoopInstrFormPrep
157 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { 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()
309 void PPCLoopInstrFormPrep::addOneCandidate(Instruction *MemI, const SCEV *LSCEV, in addOneCandidate()
332 SmallVector<Bucket, 16> PPCLoopInstrFormPrep::collectCandidates( in collectCandidates()
377 bool PPCLoopInstrFormPrep::prepareBaseForDispFormChain(Bucket &BucketChain, in prepareBaseForDispFormChain()
452 bool PPCLoopInstrFormPrep::prepareBaseForUpdateFormChain(Bucket &BucketChain) { in prepareBaseForUpdateFormChain()
492 bool PPCLoopInstrFormPrep::rewriteLoadStores(Loop *L, Bucket &BucketChain, in rewriteLoadStores()
688 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()
707 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
733 bool PPCLoopInstrFormPrep::alreadyPrepared(Loop *L, Instruction* MemI, in alreadyPrepared()
799 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop()