Lines Matching refs:MaxFactors
5047 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF, true); in computeMaxVF() local
5052 if (MaxFactors.FixedVF.isVector() && !MaxFactors.ScalableVF) { in computeMaxVF()
5053 ElementCount MaxFixedVF = MaxFactors.FixedVF; in computeMaxVF()
5068 return MaxFactors; in computeMaxVF()
5078 return MaxFactors; in computeMaxVF()
5087 return MaxFactors; in computeMaxVF()
7431 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan() local
7432 if (!MaxFactors) // Cases that should not to be vectorized nor interleaved. in plan()
7450 UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF; in plan()
7471 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2) in plan()
7474 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()
7488 buildVPlansWithVPRecipes(ElementCount::getFixed(1), MaxFactors.FixedVF); in plan()
7489 buildVPlansWithVPRecipes(ElementCount::getScalable(1), MaxFactors.ScalableVF); in plan()
7492 if (!MaxFactors.hasVector()) in plan()