Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1647 ElementCount getMaximizedVFForTarget(unsigned ConstTripCount,
5758 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF()
5762 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF()
5916 ElementCount LoopVectorizationCostModel::getMaximizedVFForTarget( in getMaximizedVFForTarget() function in LoopVectorizationCostModel