Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1612 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount,
4924 FixedScalableVFPair LoopVectorizationCostModel::computeFeasibleMaxVF( in computeFeasibleMaxVF() function in LoopVectorizationCostModel
5052 return computeFeasibleMaxVF(TC, UserVF, false); in computeMaxVF()
5090 return computeFeasibleMaxVF(TC, UserVF, false); in computeMaxVF()
5107 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF, true); in computeMaxVF()