Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1661 unsigned SmallestType,
5647 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local
5648 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
5712 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF()
5717 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF()
5721 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF()
5882 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument
5929 PowerOf2Floor(WidestRegister.getKnownMinSize() / SmallestType), in getMaximizedVFForTarget()
5958 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()