Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4970 unsigned MaxVF = computeFeasibleMaxVF(TC); in computeMaxVF() local
5041 unsigned MaxVF = MaxVectorSize; in computeFeasibleMaxVF() local
5080 LoopVectorizationCostModel::selectVectorizationFactor(unsigned MaxVF) { in selectVectorizationFactor()
6520 unsigned MaxVF = MaybeMaxVF.getValue(); in plan() local
6695 void LoopVectorizationPlanner::buildVPlans(unsigned MinVF, unsigned MaxVF) { in buildVPlans()
7084 unsigned MaxVF) { in buildVPlansWithVPRecipes()
H A DSLPVectorizer.cpp5880 unsigned MaxVF = std::max<unsigned>(PowerOf2Floor(VL.size()), MinVF); in tryToVectorizeList() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1627 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2017 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent() local