Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3709 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF() local
3714 MaxFactors.FixedVF.getFixedValue(); in computeMaxVF()
3715 if (MaxFactors.ScalableVF) { in computeMaxVF()
3720 *MaxVScale * MaxFactors.ScalableVF.getKnownMinValue()); in computeMaxVF()
3754 return MaxFactors; in computeMaxVF()
3767 NoScalarEpilogueNeeded(MaxFactors.FixedVF.getFixedValue())) { in computeMaxVF()
3770 MaxFactors.ScalableVF = ElementCount::getScalable(0); in computeMaxVF()
3771 return MaxFactors; in computeMaxVF()
3786 bool ContainsScalableVF = MaxFactors.ScalableVF.isNonZero(); in computeMaxVF()
3800 MaxFactors.FixedVF = ElementCount::getFixed(1); in computeMaxVF()
[all …]