Lines Matching defs:MaxFactors
4038 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true);
4043 MaxFactors.FixedVF.getFixedValue();
4044 if (MaxFactors.ScalableVF) {
4049 *MaxVScale * MaxFactors.ScalableVF.getKnownMinValue());
4075 return MaxFactors;
4083 setTailFoldingStyles(MaxFactors.ScalableVF.isScalable(), UserIC);
4094 assert(MaxFactors.ScalableVF.isScalable() &&
4097 MaxFactors.FixedVF = ElementCount::getFixed(1);
4099 return MaxFactors;
4108 return MaxFactors;
7110 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC);
7111 if (!MaxFactors) // Cases that should not to be vectorized nor interleaved.
7132 UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF;
7158 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2)
7161 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2)
7175 buildVPlansWithVPRecipes(ElementCount::getFixed(1), MaxFactors.FixedVF);
7176 buildVPlansWithVPRecipes(ElementCount::getScalable(1), MaxFactors.ScalableVF);