Searched refs:getReductionVars (Results 1 – 4 of 4) sorted by relevance
1173 return (all_of(getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeFPMath()1180 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantStoreOfReduction()1187 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantAddressOfReduction()1534 for (const auto &Reduction : getReductionVars()) in prepareToFoldTailByMasking()
1525 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()5265 if (ElementTypesInLoop.empty() && !Legal->getReductionVars().empty()) { in getSmallestAndWidestTypes()5269 for (const auto &PhiDescriptorPair : Legal->getReductionVars()) { in getSmallestAndWidestTypes()5311 Legal->getReductionVars().find(PN)->second; in collectElementTypesForWidening()5357 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount()5538 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()5555 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()6274 Legal->getReductionVars().find(cast<PHINode>(ReductionPhi))->second; in getReductionPatternCost()7215 for (const auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore()7230 for (const auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions()[all …]
287 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars() function
4008 if (TFI->LVL->getReductionVars().size()) in preferPredicateOverEpilogue()