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.cpp4077 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF() local
4082 MaxFactors.FixedVF.getFixedValue(); in computeMaxVF()
4083 if (MaxFactors.ScalableVF) { in computeMaxVF()
4088 *MaxVScale * MaxFactors.ScalableVF.getKnownMinValue()); in computeMaxVF()
4108 return MaxFactors; in computeMaxVF()
4116 setTailFoldingStyles(MaxFactors.ScalableVF.isScalable(), UserIC); in computeMaxVF()
4127 assert(MaxFactors.ScalableVF.isScalable() && in computeMaxVF()
4130 MaxFactors.FixedVF = ElementCount::getFixed(1); in computeMaxVF()
4132 return MaxFactors; in computeMaxVF()
4141 return MaxFactors; in computeMaxVF()
[all …]