Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h291 ReductionList &getReductionVars() { return Reductions; } in getReductionVars() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1512 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()
6243 RecurrenceDescriptor RdxDesc = Legal->getReductionVars()[PN]; in getSmallestAndWidestTypes()
6303 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount()
7144 Legal->getReductionVars()[cast<PHINode>(ReductionPhi)]; in getReductionPatternCost()
7836 for (auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore()
7851 for (auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions()
8926 RecurrenceDescriptor &RdxDesc = Legal->getReductionVars()[Phi]; in tryToCreateWidenRecipe()
9020 RecurKind Kind = Legal->getReductionVars()[Phi].getRecurrenceKind(); in buildVPlanWithVPRecipes()
9236 if (CM.foldTailByMasking() && !Legal->getReductionVars().empty()) { in buildVPlanWithVPRecipes()
9239 for (auto &Reduction : Legal->getReductionVars()) { in buildVPlanWithVPRecipes()
[all …]
H A DLoopVectorizationLegality.cpp1236 for (auto &Reduction : getReductionVars()) in prepareToFoldTailByMasking()