Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2369 uint64_t MaxVF = VF.getKnownMinValue(); isIndvarOverflowCheckKnownFalse() local
4350 if (auto MaxVF = computeFeasibleMaxVF() local
4355 if (auto MaxVF = computeFeasibleMaxVF() local
4599 ElementCount MaxVF = MaxVectorElementCount; getMaximizedVFForTarget() local
7874 buildVPlans(ElementCount MinVF,ElementCount MaxVF) buildVPlans() argument
8457 buildVPlansWithVPRecipes(ElementCount MinVF,ElementCount MaxVF) buildVPlansWithVPRecipes() argument
[all...]
H A DSLPVectorizer.cpp1296 unsigned MaxVF = MaxVFOption.getNumOccurrences() ? getMaximumVF() local
4626 unsigned MaxVF = std::max<unsigned>(bit_floor(VL.size() / 2), MinVF); canVectorizeLoads() local
15958 unsigned MaxVF = vectorizeStores() local
16364 unsigned MaxVF = std::max<unsigned>(llvm::bit_floor(VL.size()), MinVF); tryToVectorizeList() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2236 uint64_t MaxVF = MinDepDistBytes / (TypeByteSize * *CommonStride); isDependent() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1558 unsigned MaxVF = (RISCV::RVVBitsPerBlock / 8) * 8; shouldExpandGetVectorLength() local