Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5851 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF); in computeMaxVF() local
5856 if (MaxFactors.FixedVF.isVector() && !MaxFactors.ScalableVF) { in computeMaxVF()
5857 ElementCount MaxFixedVF = MaxFactors.FixedVF; in computeMaxVF()
5872 return MaxFactors; in computeMaxVF()
5882 return MaxFactors; in computeMaxVF()
5891 return MaxFactors; in computeMaxVF()
7947 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan() local
7948 if (!MaxFactors) // Cases that should not to be vectorized nor interleaved. in plan()
7966 UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF; in plan()
7982 ElementCount MaxVF = MaxFactors.FixedVF; in plan()
[all …]