Home
last modified time | relevance | path

Searched defs:Reduction (Results 1 – 8 of 8) 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() local
H A DLoopVectorize.cpp1336 return (all_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in canVectorizeReductions()
5043 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()
5060 any_of(Legal->getReductionVars(), [&](auto &Reduction) -> bool { in selectInterleaveCount()
6722 for (const auto &Reduction : Legal->getReductionVars()) { in collectValuesToIgnore() local
6737 for (const auto &Reduction : Legal->getReductionVars()) { in collectInLoopReductions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp86 class Reduction { class
96 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anon176cfc890111::Reduction
H A DARMISelLowering.cpp13303 auto Reduction = in PerformSELECTCombine() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h254 Reduction, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp431 Value *Reduction; in expandPredicationInReduction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp604 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitInitWithReductionInitializer() local
4810 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitReductionCombiner() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9825 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq() local