Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp325 rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV,
571 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
574 assert(BasePtrSCEV->isAffine() && in rewriteLoadStoresForCommoningChains()
578 L, BasePtrSCEV, Bucket.Elements[BaseElemIdx].Instr, in rewriteLoadStoresForCommoningChains()
653 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteForBase()
666 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase()
691 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
695 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
1016 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
1018 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
[all …]
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp714 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in computeBoundsOnAccessRelation() local
715 if (BasePtrSCEV && !isa<SCEVCouldNotCompute>(BasePtrSCEV)) in computeBoundsOnAccessRelation()
716 PtrSCEV = SE->getMinusSCEV(PtrSCEV, BasePtrSCEV); in computeBoundsOnAccessRelation()