/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 179 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 180 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 249 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in eliminateIVComparison() 250 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in eliminateIVComparison() 289 N = SE->getSCEVAtScope(N, L); in eliminateSDiv() 290 D = SE->getSCEVAtScope(D, L); in eliminateSDiv() 361 N = SE->getSCEVAtScope(N, ICmpLoop); in simplifyIVRemainder() 370 D = SE->getSCEVAtScope(D, ICmpLoop); in simplifyIVRemainder()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 169 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison() 170 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison() 203 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder() 204 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 166 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison() 167 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison() 284 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder() 285 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Delinearization.cpp | 86 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(Inst), L); in print()
|
D | IVUsers.cpp | 69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
D | ScalarEvolution.cpp | 7317 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp() 7318 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp() 7402 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch() 7467 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit() 7959 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution 8144 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 8183 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 8192 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 8211 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 8212 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() [all …]
|
D | DependenceAnalysis.cpp | 3262 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3264 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
|
/external/llvm/lib/Analysis/ |
D | Delinearization.cpp | 96 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L); in print()
|
D | IVUsers.cpp | 62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
D | ScalarEvolution.cpp | 5958 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp() 5959 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp() 6043 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch() 6109 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit() 6607 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution 6773 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 6812 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 6821 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 6840 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 6841 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() [all …]
|
D | DependenceAnalysis.cpp | 3187 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3189 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate10.ll | 10 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
D | loop_evaluate9.ll | 10 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 214 const SCEV *PHISCEV = SE->getSCEVAtScope(CurrentPHINode, L); in alreadyPrepared() 293 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 705 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 709 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4456 LHS = getSCEVAtScope(LHS, L); in ComputeExitLimitFromICmp() 4457 RHS = getSCEVAtScope(RHS, L); in ComputeExitLimitFromICmp() 4618 Idx = getSCEVAtScope(Idx, L); in ComputeLoadConstantCompareExitLimit() 4910 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution 4973 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 5013 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 5022 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope() 5041 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 5042 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() 5055 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope() [all …]
|
D | IVUsers.cpp | 57 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate9.ll | 8 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollAndJamPass.cpp | 238 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 216 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1333 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 1336 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 675 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 678 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 551 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in RewriteLoopExitValues() 661 const SCEV *ExitVal = SE->getSCEVAtScope(AR, L->getParentLoop()); in RewriteIVExpressions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 864 const SCEV *ARAtLoopExit = SE.getSCEVAtScope(AR, nullptr); in TEST_F() 882 const SCEV *NewARAtLoopExit = SE.getSCEVAtScope(AR, nullptr); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 562 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
|