Home
last modified time | relevance | path

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

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