Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp945 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
946 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
953 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr()
955 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr()
956 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr()
1211 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
1212 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
1219 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr()
1221 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr()
1222 if (MaxBECount == RecastedMaxBECount) { in getSignExtendExpr()
[all …]
/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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1676 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
1677 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
1684 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr()
1686 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr()
1687 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr()
1744 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr()
2020 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
2021 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
2028 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr()
2030 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr()
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h833 const SCEV *MaxBECount,
840 const SCEV *MaxBECount,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1423 const SCEV *MaxBECount, unsigned BitWidth);
1429 const SCEV *MaxBECount, unsigned BitWidth);