Searched refs:AddRecs (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 291 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local 304 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands() 316 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local 322 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs() 335 if (!AddRecs.empty()) { in SplitAddRecs() 337 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 307 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local 320 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands() 332 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local 338 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs() 350 if (!AddRecs.empty()) { in SplitAddRecs() 352 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 320 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local 333 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands() 345 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local 351 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs() 363 if (!AddRecs.empty()) { in SplitAddRecs() 365 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2011-12-04-loserreg.ll | 4 ; AddRecs in other loops.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2011-12-04-loserreg.ll | 4 ; AddRecs in other loops.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/ |
D | memcheck-wrapping-pointers.ll | 14 ; coerce the expressions to AddRecs in order to be able to emit the run-time
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | peel-loop-conditions.ll | 447 ; In this test, the condition involves 2 AddRecs. Without evaluating both 448 ; AddRecs, we cannot prove that the condition becomes known in the loop body
|