Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1620 unsigned SmallestType, 4927 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local 4928 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF() 5007 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF() 5013 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 5018 getMaximizedVFForTarget(ConstTripCount, SmallestType, WidestType, in computeFeasibleMaxVF() 5173 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 5231 PowerOf2Floor(WidestRegister.getKnownMinValue() / SmallestType), in getMaximizedVFForTarget() 5260 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()
|