Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1706 unsigned SmallestType, 4521 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local 4522 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF() 4601 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF() 4607 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 4612 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 4778 unsigned MaxTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 4847 llvm::bit_floor(WidestRegister.getKnownMinValue() / SmallestType), in getMaximizedVFForTarget() 4876 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()
|