Searched refs:ConstTripCount (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 728 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable() local 729 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in isHardwareLoopProfitable()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1580 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount, 1587 ElementCount getMaximizedVFForTarget(unsigned ConstTripCount, 4865 unsigned ConstTripCount, ElementCount UserVF, bool FoldTailByMasking) { in computeFeasibleMaxVF() argument 4953 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 4958 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 5113 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 5143 const auto TripCountEC = ElementCount::getFixed(ConstTripCount); in getMaximizedVFForTarget() 5144 if (ConstTripCount && in getMaximizedVFForTarget() 5146 (!FoldTailByMasking || isPowerOf2_32(ConstTripCount))) { in getMaximizedVFForTarget() 5152 auto ClampedConstTripCount = PowerOf2Floor(ConstTripCount); in getMaximizedVFForTarget()
|