Home
last modified time | relevance | path

Searched defs:MaxVF (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5758 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() local
5762 if (auto MaxVF = getMaximizedVFForTarget(ConstTripCount, SmallestType, in computeFeasibleMaxVF() local
5958 ElementCount MaxVF = MaxVectorElementCount; in getMaximizedVFForTarget() local
6031 LoopVectorizationCostModel::selectVectorizationFactor(ElementCount MaxVF) { in selectVectorizationFactor()
7982 ElementCount MaxVF = MaxFactors.FixedVF; in plan() local
8481 ElementCount MaxVF) { in buildVPlans()
8966 ElementCount MaxVF) { in buildVPlansWithVPRecipes()
H A DSLPVectorizer.cpp793 unsigned MaxVF = MaxVFOption.getNumOccurrences() ? in getMaximumVF() local
6706 unsigned MaxVF = std::min(R.getMaximumVF(EltSize, Instruction::Store), in vectorizeStores() local
6817 unsigned MaxVF = std::max<unsigned>(PowerOf2Floor(VL.size()), MinVF); in tryToVectorizeList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1637 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent() local