Searched refs:getReductionVars (Results 1 – 4 of 4) sorted by relevance
1324 return (all_of(getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeFPMath()1331 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantStoreOfReduction()1338 return any_of(getReductionVars(), [&](auto &Reduction) -> bool { in isInvariantAddressOfReduction()1929 for (const auto &Reduction : getReductionVars()) in canFoldTailByMasking()
1240 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()4527 if (ElementTypesInLoop.empty() && !Legal->getReductionVars().empty()) { in getSmallestAndWidestTypes()4528 for (const auto &PhiDescriptorPair : Legal->getReductionVars()) { in getSmallestAndWidestTypes()4629 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount()4813 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()4831 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()6082 auto &ReductionVars = Legal->getReductionVars(); in getInstructionCost()6099 Legal->getReductionVars().contains(Phi) && !isInLoopReduction(Phi)) { in getInstructionCost()6512 for (const auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore()6531 for (const auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions()[all …]
302 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars() function
5877 if (TFI->LVL->getReductionVars().size()) in preferPredicateOverEpilogue()