Searched refs:MaxFactors (Results 1 – 1 of 1) sorted by relevance
5047 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF, true); in computeMaxVF() local5052 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() local7450 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()[all …]