Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp326 rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV,
572 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()
575 assert(BasePtrSCEV->isAffine() && in rewriteLoadStoresForCommoningChains()
579 L, BasePtrSCEV, Bucket.Elements[BaseElemIdx].Instr, in rewriteLoadStoresForCommoningChains()
654 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteForBase()
667 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase()
692 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()
696 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()
1017 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
1019 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()
[all …]