Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp262 const SCEV *BasePtrStartSCEV,
688 const SCEV *BasePtrStartSCEV = nullptr; in rewriteForBase() local
692 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
696 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
698 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) { in rewriteForBase()
703 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteForBase()
713 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase()
1219 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument
1262 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
1268 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()