/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 42 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
|
D | LoopAccessAnalysis.cpp | 209 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
|
D | ScalarEvolutionExpander.cpp | 1596 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
|
D | ScalarEvolution.cpp | 1204 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr 7417 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant() 8258 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope() 8456 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in howFarToZero()
|
D | DependenceAnalysis.cpp | 1017 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 43 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
|
D | LoopAccessAnalysis.cpp | 170 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
|
D | ScalarEvolutionExpander.cpp | 1528 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
|
D | ScalarEvolution.cpp | 1047 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr 6058 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant() 6887 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope() 7076 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in howFarToZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 340 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const; 753 return Rec->evaluateAtIteration(Map[L], SE); in visitAddRecExpr()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const; 677 return Rec->evaluateAtIteration(Map[L], SE); in visitAddRecExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 342 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollPeel.cpp | 210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1512 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); in replaceIV()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 772 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr 4536 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant() 5088 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope() 5281 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in HowFarToZero()
|
D | ScalarEvolutionExpander.cpp | 1282 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
|