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