Searched refs:getReductionVars (Results 1 – 4 of 4) sorted by relevance
1181 return (all_of(getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeFPMath()1188 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantStoreOfReduction()1195 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantAddressOfReduction()1552 for (const auto &Reduction : getReductionVars()) in canFoldTailByMasking()
1336 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()4758 if (ElementTypesInLoop.empty() && !Legal->getReductionVars().empty()) { in getSmallestAndWidestTypes()4762 for (const auto &PhiDescriptorPair : Legal->getReductionVars()) { in getSmallestAndWidestTypes()4804 Legal->getReductionVars().find(PN)->second; in collectElementTypesForWidening()4857 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount()5043 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()5060 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()5778 Legal->getReductionVars().find(cast<PHINode>(ReductionPhi))->second; in getReductionPatternCost()6722 for (const auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore()6737 for (const auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions()[all …]
290 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars() function
4347 if (TFI->LVL->getReductionVars().size()) in preferPredicateOverEpilogue()