Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1577 FixedScalableVFPair computeFeasibleMaxVF(unsigned MaxTripCount,
3893 FixedScalableVFPair LoopVectorizationCostModel::computeFeasibleMaxVF( in computeFeasibleMaxVF() function in LoopVectorizationCostModel
4022 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()
4060 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()
4077 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF()