Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2324 uint64_t MaxVF = VF.getKnownMinValue(); in isIndvarOverflowCheckKnownFalse() local
3981 if (auto MaxVF = in computeFeasibleMaxVF() local
3986 if (auto MaxVF = in computeFeasibleMaxVF() local
4230 ElementCount MaxVF = MaxVectorElementCount; in getMaximizedVFForTarget() local
7734 ElementCount MaxVF) { in buildVPlans()
8323 ElementCount MaxVF) { in buildVPlansWithVPRecipes()
H A DSLPVectorizer.cpp1318 unsigned MaxVF = MaxVFOption.getNumOccurrences() ? in getMaximumVF() local
4657 unsigned MaxVF = std::max<unsigned>(bit_floor(VL.size() / 2), MinVF); in canVectorizeLoads() local
16074 unsigned MaxVF = in vectorizeStores() local
16480 unsigned MaxVF = std::max<unsigned>(llvm::bit_floor(VL.size()), MinVF); tryToVectorizeList() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2231 uint64_t MaxVF = MinDepDistBytes / (TypeByteSize * *CommonStride); in isDependent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1555 unsigned MaxVF = (RISCV::RVVBitsPerBlock / 8) * 8; shouldExpandGetVectorLength() local