Searched defs:MinVF (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4544 auto MinVF = [](const ElementCount &LHS, const ElementCount &RHS) { getMaximizedVFForTarget() local 4633 if (ElementCount MinVF = getMaximizedVFForTarget() local 7873 buildVPlans(ElementCount MinVF,ElementCount MaxVF) buildVPlans() argument 8456 buildVPlansWithVPRecipes(ElementCount MinVF,ElementCount MaxVF) buildVPlansWithVPRecipes() argument 8842 adjustRecipesForReductions(VPBasicBlock * LatchVPBB,VPlanPtr & Plan,VPRecipeBuilder & RecipeBuilder,ElementCount MinVF) adjustRecipesForReductions() argument [all...] |
H A D | SLPVectorizer.cpp | 4625 unsigned MinVF = getMinVF(Sz); canVectorizeLoads() local 8234 unsigned MinVF = R.getMinVF(2 * Sz); getBuildVectorCost() local 11762 int MinVF = std::min(V1VF, V2VF); resizeToMatch() local 15792 vectorizeStoreChain(ArrayRef<Value * > Chain,BoUpSLP & R,unsigned Idx,unsigned MinVF,unsigned & Size) vectorizeStoreChain() argument 15969 unsigned MinVF = std::max<unsigned>( vectorizeStores() local 16363 unsigned MinVF = R.getMinVF(Sz); tryToVectorizeList() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8953 [[maybe_unused]] unsigned MinVF = lowerGetVectorLength() local
|