Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5012 if (auto MaxVF = in computeFeasibleMaxVF() local
5017 if (auto MaxVF = in computeFeasibleMaxVF() local
5227 ElementCount MaxVF = MaxVectorElementCount; in getMaximizedVFForTarget() local
8032 ElementCount MaxVF) { in buildVPlans()
8674 ElementCount MaxVF) { in buildVPlansWithVPRecipes()
H A DSLPVectorizer.cpp1133 unsigned MaxVF = MaxVFOption.getNumOccurrences() ? in getMaximumVF() local
11541 unsigned MaxVF = std::min(R.getMaximumVF(EltSize, Instruction::Store), in vectorizeStores() local
11666 unsigned MaxVF = std::max<unsigned>(PowerOf2Floor(VL.size()), MinVF); in tryToVectorizeList() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2017 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent() local