Home
last modified time | relevance | path

Searched refs:foldTailWithEVL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1404 bool foldTailWithEVL() const { in foldTailWithEVL() function in llvm::LoopVectorizationCostModel
1418 if (foldTailWithEVL()) in usePredicatedReductionSelect()
4613 if (foldTailWithEVL()) { in selectInterleaveCount()
6098 if (VF.isVector() && foldTailWithEVL() && in getInstructionCost()
8346 if (CM.foldTailWithEVL() && !HasScalarVF && in buildVPlansWithVPRecipes()
8834 if (!CM.foldTailWithEVL()) { in tryToBuildVPlanWithVPRecipes()