Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp261 const SCEV *BasePtrStartSCEV,
687 const SCEV *BasePtrStartSCEV = nullptr; in rewriteForBase() local
691 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
695 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
697 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) { in rewriteForBase()
702 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteForBase()
712 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase()
1212 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument
1255 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
1261 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()