Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h296 ReductionList &getReductionVars() { return Reductions; } in getReductionVars() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp924 return (all_of(getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeFPMath()
1257 for (auto &Reduction : getReductionVars()) in prepareToFoldTailByMasking()
DLoopVectorize.cpp1525 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()
6296 const RecurrenceDescriptor &RdxDesc = Legal->getReductionVars()[PN]; in collectElementTypesForWidening()
6351 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount()
6502 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()
7214 Legal->getReductionVars()[cast<PHINode>(ReductionPhi)]; in getReductionPatternCost()
7927 for (auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore()
7942 for (auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions()
9063 RecurrenceDescriptor &RdxDesc = Legal->getReductionVars()[Phi]; in tryToCreateWidenRecipe()
9184 RecurKind Kind = Legal->getReductionVars()[Phi].getRecurrenceKind(); in buildVPlanWithVPRecipes()
9432 if (CM.foldTailByMasking() && !Legal->getReductionVars().empty()) { in buildVPlanWithVPRecipes()
[all …]