Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1649 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount,
5650 LoopVectorizationCostModel::computeFeasibleMaxVF(unsigned ConstTripCount, in computeFeasibleMaxVF() function in LoopVectorizationCostModel
5761 return computeFeasibleMaxVF(TC, UserVF); in computeMaxVF()
5799 return computeFeasibleMaxVF(TC, UserVF); in computeMaxVF()
5816 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF); in computeMaxVF()