Searched defs:MinVF (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4175 auto MinVF = [](const ElementCount &LHS, const ElementCount &RHS) { in getMaximizedVFForTarget() local 4261 if (ElementCount MinVF = in getMaximizedVFForTarget() local 7733 void LoopVectorizationPlanner::buildVPlans(ElementCount MinVF, in buildVPlans() 8322 void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF, in buildVPlansWithVPRecipes() 8768 VPlanPtr &Plan, VPRecipeBuilder &RecipeBuilder, ElementCount MinVF) { in adjustRecipesForReductions()
|
H A D | SLPVectorizer.cpp | 4656 unsigned MinVF = getMinVF(Sz); in canVectorizeLoads() local 8263 unsigned MinVF = R.getMinVF(2 * Sz); in getBuildVectorCost() local 11814 int MinVF = std::min(V1VF, V2VF); in resizeToMatch() local 15908 vectorizeStoreChain(ArrayRef<Value * > Chain,BoUpSLP & R,unsigned Idx,unsigned MinVF,unsigned & Size) vectorizeStoreChain() argument 16085 unsigned MinVF = std::max<unsigned>( vectorizeStores() local 16479 unsigned MinVF = R.getMinVF(Sz); tryToVectorizeList() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8961 [[maybe_unused]] unsigned MinVF = lowerGetVectorLength() local
|