Home
last modified time | relevance | path

Searched refs:MaxBECount (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
Dmax-trip-count.ll187 ; MaxBECount should be the minimum of them.
/external/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
Dmax-trip-count.ll186 ; MaxBECount should be the minimum of them.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1474 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/
DScalarEvolution.cpp1721 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/
DScalarEvolution.cpp1606 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/
DScalarEvolution.h1537 const SCEV *MaxBECount, unsigned BitWidth);
1542 const SCEV *MaxBECount,
1550 const SCEV *MaxBECount, unsigned BitWidth);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h833 const SCEV *MaxBECount,
840 const SCEV *MaxBECount,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1449 const SCEV *MaxBECount, unsigned BitWidth);
1455 const SCEV *MaxBECount, unsigned BitWidth);