Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1648 unsigned SmallestType, 5694 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local 5695 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF() 5753 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF() 5758 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() 5762 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() 5917 unsigned ConstTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument 5962 PowerOf2Floor(WidestRegister.getKnownMinSize() / SmallestType), in getMaximizedVFForTarget() 5991 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()
|