Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp887 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in collectCandidates()
1174 const SCEV *PHISCEV = SE->getSCEVAtScope(CurrentPHINode, L); in getNodeForInc()
1204 if (SE->getSCEVAtScope(StrippedI->getOperand(0), L) == BasePtrIncSCEV) in getNodeForInc()
1206 if (SE->getSCEVAtScope(StrippedI->getOperand(1), L) == BasePtrIncSCEV) in getNodeForInc()
1242 const SCEV *PHISCEV = SE->getSCEVAtScope(CurrentPHINode, L); in alreadyPrepared()
1330 const SCEV *LSCEV = SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L); in runOnLoop()
1377 cast<SCEVAddRecExpr>(SE->getSCEVAtScope(PtrValue, L)); in runOnLoop()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp219 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in makeIVComparisonInvariant()
220 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in makeIVComparisonInvariant()
264 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in eliminateIVComparison()
265 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in eliminateIVComparison()
305 N = SE->getSCEVAtScope(N, L); in eliminateSDiv()
306 D = SE->getSCEVAtScope(D, L); in eliminateSDiv()
381 N = SE->getSCEVAtScope(N, ICmpLoop); in simplifyIVRemainder()
390 D = SE->getSCEVAtScope(D, ICmpLoop); in simplifyIVRemainder()
H A DLoopUtils.cpp1586 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp65 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
H A DDelinearization.cpp575 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(&Inst), L); in printDelinearization()
H A DLoopCacheAnalysis.cpp382 SE.getSCEVAtScope(getPointerOperand(&StoreOrLoadInst), L); in delinearize()
H A DScalarEvolution.cpp9143 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp()
9144 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
9304 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
9777 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
9913 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
9924 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
9968 const SCEV *OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()
9978 OpAtScope = getSCEVAtScope(Ops[i], L); in computeSCEVAtScope()
10071 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
10099 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
[all …]
H A DDependenceAnalysis.cpp3358 const SCEV *SrcAccessFn = SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()
3359 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp263 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount()
H A DLoopFuse.cpp1278 const SCEV *SCEVPtr0 = SE.getSCEVAtScope(Ptr0, &L0); in accessDiffIsPositive()
1279 const SCEV *SCEVPtr1 = SE.getSCEVAtScope(Ptr1, &L1); in accessDiffIsPositive()
H A DIndVarSimplify.cpp1277 const SCEV *LHSS = SE->getSCEVAtScope(LHS, L); in createReplacement()
1278 const SCEV *RHSS = SE->getSCEVAtScope(RHS, L); in createReplacement()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h776 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L);
779 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9004 return SE->getSCEVAtScope(S, LI->getLoopFor(I->getParent())); in getSCEV()