Searched refs:MaxBECount (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
|
D | max-trip-count.ll | 187 ; MaxBECount should be the minimum of them.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-03-09-ExactNoMaxBECount.ll | 9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
|
D | max-trip-count.ll | 186 ; MaxBECount should be the minimum of them.
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1474 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local 1475 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1482 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr() 1484 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr() 1485 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr() 1530 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr() 1701 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local 1702 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 1709 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr() 1711 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1721 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getZeroExtendExpr() local 1722 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1729 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getZeroExtendExpr() 1731 CastedMaxBECount, MaxBECount->getType(), Depth); in getZeroExtendExpr() 1732 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr() 1789 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr() 2065 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getSignExtendExpr() local 2066 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 2073 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getSignExtendExpr() 2075 CastedMaxBECount, MaxBECount->getType(), Depth); in getSignExtendExpr() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1606 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getZeroExtendExpr() local 1607 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr() 1613 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getZeroExtendExpr() 1615 CastedMaxBECount, MaxBECount->getType(), Depth); in getZeroExtendExpr() 1616 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr() 1673 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr() 1946 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getSignExtendExpr() local 1947 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr() 1954 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getSignExtendExpr() 1956 CastedMaxBECount, MaxBECount->getType(), Depth); in getSignExtendExpr() [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1537 const SCEV *MaxBECount, unsigned BitWidth); 1542 const SCEV *MaxBECount, 1550 const SCEV *MaxBECount, unsigned BitWidth);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 833 const SCEV *MaxBECount, 840 const SCEV *MaxBECount,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1449 const SCEV *MaxBECount, unsigned BitWidth); 1455 const SCEV *MaxBECount, unsigned BitWidth);
|