Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1586 unsigned WidestType,
3896 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local
3897 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
3904 llvm::bit_floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()
3977 << " / " << WidestType << " bits.\n"); in computeFeasibleMaxVF()
3982 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF()
3987 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF()
4167 unsigned MaxTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument
4184 llvm::bit_floor(WidestRegister.getKnownMinValue() / WidestType), in getMaximizedVFForTarget()
4188 << (MaxVectorElementCount * WidestType) << " bits.\n"); in getMaximizedVFForTarget()
[all …]