Searched refs:ConstTripCount (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 720 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable() local 721 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in isHardwareLoopProfitable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1636 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount, 1647 ElementCount getMaximizedVFForTarget(unsigned ConstTripCount, 5691 LoopVectorizationCostModel::computeFeasibleMaxVF(unsigned ConstTripCount, in computeFeasibleMaxVF() argument 5758 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() 5762 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() 5917 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 5945 const auto TripCountEC = ElementCount::getFixed(ConstTripCount); in getMaximizedVFForTarget() 5946 if (ConstTripCount && in getMaximizedVFForTarget() 5948 isPowerOf2_32(ConstTripCount)) { in getMaximizedVFForTarget() 5954 << ConstTripCount << "\n"); in getMaximizedVFForTarget()
|