Home
last modified time | relevance | path

Searched defs:MinVF (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5925 auto MinVF = [](const ElementCount &LHS, const ElementCount &RHS) { in getMaximizedVFForTarget() local
5990 if (ElementCount MinVF = in getMaximizedVFForTarget() local
8480 void LoopVectorizationPlanner::buildVPlans(ElementCount MinVF, in buildVPlans()
8965 void LoopVectorizationPlanner::buildVPlansWithVPRecipes(ElementCount MinVF, in buildVPlansWithVPRecipes()
H A DSLPVectorizer.cpp6561 const unsigned MinVF = R.getMinVecRegSize() / Sz; in vectorizeStoreChain() local
6705 unsigned MinVF = std::max(2U, R.getMinVecRegSize() / EltSize); in vectorizeStores() local
6816 unsigned MinVF = std::max(2U, R.getMinVecRegSize() / Sz); in tryToVectorizeList() local