/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 156 struct SCEVCouldNotCompute : public SCEV { 157 SCEVCouldNotCompute(); 160 static inline bool classof(const SCEVCouldNotCompute *S) { return true; } 233 SCEVCouldNotCompute CouldNotCompute; 259 return !isa<SCEVCouldNotCompute>(Exact) || 260 !isa<SCEVCouldNotCompute>(Max); 312 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
|
D | ScalarEvolutionExpressions.h | 486 return ((SC*)this)->visitCouldNotCompute((const SCEVCouldNotCompute*)S); in visit() 492 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 165 struct SCEVCouldNotCompute : public SCEV { 166 SCEVCouldNotCompute(); 487 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute; 540 assert((isa<SCEVCouldNotCompute>(Exact) || 541 !isa<SCEVCouldNotCompute>(Max)) && 548 return !isa<SCEVCouldNotCompute>(Exact) || 549 !isa<SCEVCouldNotCompute>(Max); 553 bool hasFullInfo() const { return !isa<SCEVCouldNotCompute>(Exact); } 717 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
|
D | ScalarEvolutionExpressions.h | 465 return ((SC*)this)->visitCouldNotCompute((const SCEVCouldNotCompute*)S); in visit() 471 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute() 612 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 173 struct SCEVCouldNotCompute : public SCEV { 174 SCEVCouldNotCompute(); 1110 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute; 1212 return !isa<SCEVCouldNotCompute>(ExactNotTaken) || 1213 !isa<SCEVCouldNotCompute>(MaxNotTaken); 1220 return !isa<SCEVCouldNotCompute>(ExactNotTaken); 1282 return !ExitNotTaken.empty() || !isa<SCEVCouldNotCompute>(getMax());
|
D | ScalarEvolutionExpressions.h | 472 return ((SC*)this)->visitCouldNotCompute((const SCEVCouldNotCompute*)S); in visit() 478 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute() 688 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 2 ; PR9424: Attempt to use a SCEVCouldNotCompute object!
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 2 ; PR9424: Attempt to use a SCEVCouldNotCompute object!
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 2 ; PR9424: Attempt to use a SCEVCouldNotCompute object!
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 14 ; // return SCEVCouldNotCompute.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 14 ; // return SCEVCouldNotCompute.
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 855 EXPECT_FALSE(isa<SCEVCouldNotCompute>(EC)); in TEST_F() 865 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ARAtLoopExit)); in TEST_F() 879 EXPECT_FALSE(isa<SCEVCouldNotCompute>(NewEC)); in TEST_F() 883 EXPECT_FALSE(isa<SCEVCouldNotCompute>(NewARAtLoopExit)); in TEST_F() 955 EXPECT_FALSE(isa<SCEVCouldNotCompute>(EC)); in TEST_F() 968 EXPECT_FALSE(isa<SCEVCouldNotCompute>(NewEC)); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 140 if (isa<SCEVCouldNotCompute>(S)) in runImpl()
|
D | InductiveRangeCheckElimination.cpp | 260 if (isa<SCEVCouldNotCompute>(S)) in parseRangeCheckICmp() 663 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure() 1152 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr && in run()
|
D | IndVarSimplify.cpp | 1567 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount) || in canExpandBackedgeTakenCount() 2142 !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in run() 2199 if (VerifyIndvars && !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) { in run()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 168 if (isa<SCEVCouldNotCompute>(S)) in runOnLoop()
|
D | IndVarSimplify.cpp | 1283 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount) || in canExpandBackedgeTakenCount() 1788 if (!isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in runOnLoop() 1926 !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) { in runOnLoop()
|
D | LoopIdiomRecognize.cpp | 186 if (isa<SCEVCouldNotCompute>(BECount)) return false; in runOnLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 196 if (isa<SCEVCouldNotCompute>(S)) { in deleteLoopIfDead()
|
D | LoopPredication.cpp | 357 if (isa<SCEVCouldNotCompute>(LHSS)) in parseLoopICmp() 360 if (isa<SCEVCouldNotCompute>(RHSS)) in parseLoopICmp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 389 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute 392 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof() 919 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute() 1212 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1440 !isa<SCEVCouldNotCompute>(BECount) && SE->isKnownPositive(BECount)) in getPreStartForExtend() 1677 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1744 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr() 2021 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 2096 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getSignExtendExpr() 5659 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getRangeRef() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 456 if (isa<SCEVCouldNotCompute>(BECountSC) || in UnrollRuntimeLoopRemainder() 465 if (isa<SCEVCouldNotCompute>(TripCountSC)) in UnrollRuntimeLoopRemainder()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 302 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute 305 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof() 761 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute() 1055 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1282 !isa<SCEVCouldNotCompute>(BECount) && SE->isKnownPositive(BECount)) in getPreStartForExtend() 1475 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1530 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr() 1702 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 1765 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getSignExtendExpr() 4545 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getRange() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 583 if (isa<SCEVCouldNotCompute>(BECountSC) || in UnrollRuntimeLoopRemainder() 594 if (isa<SCEVCouldNotCompute>(TripCountSC)) { in UnrollRuntimeLoopRemainder()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 277 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute 280 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof() 780 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 946 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1212 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 3344 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getUnsignedRange() 3496 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getSignedRange() 4480 if (!isa<SCEVCouldNotCompute>(Ret)) return Ret; in ComputeExitLimitFromICmp() 6185 if (isa<SCEVCouldNotCompute>(MaxBECount)) in HowManyLessThans() 6423 return !isa<SCEVCouldNotCompute>(getBackedgeTakenCount(L)); in hasLoopInvariantBackedgeTakenCount() [all …]
|