Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1173 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()
H A DLoopVectorize.cpp1525 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h287 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4008 if (TFI->LVL->getReductionVars().size()) in preferPredicateOverEpilogue()