Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1588 unsigned SmallestType, 4867 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local 4868 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF() 4947 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF() 4953 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 4958 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 5113 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 5166 PowerOf2Floor(WidestRegister.getKnownMinSize() / SmallestType), in getMaximizedVFForTarget() 5195 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()
|