Lines Matching refs:MaxVF
1165 selectEpilogueVectorizationFactor(const ElementCount MaxVF,
4952 if (auto MaxVF = in computeFeasibleMaxVF() local
4955 Result.FixedVF = MaxVF; in computeFeasibleMaxVF()
4957 if (auto MaxVF = in computeFeasibleMaxVF() local
4960 if (MaxVF.isScalable()) { in computeFeasibleMaxVF()
4961 Result.ScalableVF = MaxVF; in computeFeasibleMaxVF()
4962 LLVM_DEBUG(dbgs() << "LV: Found feasible scalable VF = " << MaxVF in computeFeasibleMaxVF()
5162 ElementCount MaxVF = MaxVectorElementCount; in getMaximizedVFForTarget() local
5190 MaxVF = VFs[i]; in getMaximizedVFForTarget()
5196 if (ElementCount::isKnownLT(MaxVF, MinVF)) { in getMaximizedVFForTarget()
5197 LLVM_DEBUG(dbgs() << "LV: Overriding calculated MaxVF(" << MaxVF in getMaximizedVFForTarget()
5199 MaxVF = MinVF; in getMaximizedVFForTarget()
5208 return MaxVF; in getMaximizedVFForTarget()
7945 ElementCount MaxVF) { in buildVPlans() argument
7946 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlans()
8547 ElementCount MaxVF) { in buildVPlansWithVPRecipes() argument
8581 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlansWithVPRecipes()