Searched defs:Reduction (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1181 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 D | LoopVectorize.cpp | 1336 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 D | ARMParallelDSP.cpp | 86 class Reduction { class 96 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anon176cfc890111::Reduction
|
H A D | ARMISelLowering.cpp | 13303 auto Reduction = in PerformSELECTCombine() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 254 Reduction, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 431 Value *Reduction; in expandPredicationInReduction() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 604 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 D | RISCVISelLowering.cpp | 9825 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); in lowerReductionSeq() local
|