Searched refs:MaxVF (Results 1 – 4 of 4) sorted by relevance
272 void buildVPlans(unsigned MinVF, unsigned MaxVF);290 void buildVPlansWithVPRecipes(unsigned MinVF, unsigned MaxVF);
987 VectorizationFactor selectVectorizationFactor(unsigned MaxVF);4970 unsigned MaxVF = computeFeasibleMaxVF(TC); in computeMaxVF() local4971 if (TC > 0 && TC % MaxVF == 0) { in computeMaxVF()4974 return MaxVF; in computeMaxVF()4983 return MaxVF; in computeMaxVF()5041 unsigned MaxVF = MaxVectorSize; in computeFeasibleMaxVF() local5064 MaxVF = VFs[i]; in computeFeasibleMaxVF()5069 if (MaxVF < MinVF) { in computeFeasibleMaxVF()5070 LLVM_DEBUG(dbgs() << "LV: Overriding calculated MaxVF(" << MaxVF in computeFeasibleMaxVF()5072 MaxVF = MinVF; in computeFeasibleMaxVF()[all …]
5880 unsigned MaxVF = std::max<unsigned>(PowerOf2Floor(VL.size()), MinVF); in tryToVectorizeList() local5881 if (MaxVF < 2) { in tryToVectorizeList()5912 for (unsigned VF = MaxVF; NextInst + 1 < MaxInst && VF >= MinVF; VF /= 2) { in tryToVectorizeList()
1627 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent() local1629 << " with max VF = " << MaxVF << '\n'); in isDependent()1630 uint64_t MaxVFInBits = MaxVF * TypeByteSize * 8; in isDependent()