Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp97 const SCEVConstant *BasePtrIncSCEV);
193 const SCEVConstant *BasePtrIncSCEV) { in alreadyPrepared() argument
231 PHIBasePtrIncSCEV == BasePtrIncSCEV) { in alreadyPrepared()
415 const SCEVConstant *BasePtrIncSCEV = in runOnLoop() local
417 if (!BasePtrIncSCEV) in runOnLoop()
419 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV); in runOnLoop()
425 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV)) in runOnLoop()
448 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in runOnLoop()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp325 const SCEVConstant *BasePtrIncSCEV = in runOnLoop() local
327 if (!BasePtrIncSCEV) in runOnLoop()
329 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV); in runOnLoop()
355 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in runOnLoop()