Searched refs:getSCEVAtScope (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Delinearization.cpp | 72 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(&Inst), L); in printDelinearization()
|
| H A D | IVUsers.cpp | 69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
| H A D | ScalarEvolution.cpp | 8046 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp() 8047 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp() 8216 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit() 8927 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 8993 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 8994 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() 9047 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 9054 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 9061 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 9078 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope() [all …]
|
| H A D | LoopCacheAnalysis.cpp | 332 SE.getSCEVAtScope(getPointerOperand(&StoreOrLoadInst), L); in delinearize()
|
| H A D | DependenceAnalysis.cpp | 3260 const SCEV *SrcAccessFn = SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3261 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 209 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 210 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 279 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in eliminateIVComparison() 280 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in eliminateIVComparison() 319 N = SE->getSCEVAtScope(N, L); in eliminateSDiv() 320 D = SE->getSCEVAtScope(D, L); in eliminateSDiv() 391 N = SE->getSCEVAtScope(N, ICmpLoop); in simplifyIVRemainder() 400 D = SE->getSCEVAtScope(D, ICmpLoop); in simplifyIVRemainder()
|
| H A D | LoopUtils.cpp | 1297 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 366 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in collectCandidates() 757 const SCEV *PHISCEV = SE->getSCEVAtScope(CurrentPHINode, L); in alreadyPrepared() 845 const SCEV *LSCEV = SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L); in runOnLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 268 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount()
|
| H A D | IndVarSimplify.cpp | 1353 const SCEV *LHSS = SE->getSCEVAtScope(LHS, L); in optimizeLoopExitWithUnknownExitCount() 1354 const SCEV *RHSS = SE->getSCEVAtScope(RHS, L); in optimizeLoopExitWithUnknownExitCount()
|
| H A D | LoopFuse.cpp | 1071 const SCEV *SCEVPtr0 = SE.getSCEVAtScope(Ptr0, &L0); in accessDiffIsPositive() 1072 const SCEV *SCEVPtr1 = SE.getSCEVAtScope(Ptr1, &L1); in accessDiffIsPositive()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 713 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 716 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 7982 return SE->getSCEVAtScope(S, LI->getLoopFor(I->getParent())); in getSCEV()
|