/llvm-project/mlir/docs/Tutorials/transform/ |
H A D | Ch0.md | 31 ## Reduction section in Chapter 0: A Primer on “Structured” Linalg Operations
|
/llvm-project/lldb/docs/resources/ |
H A D | debugging.rst | 387 Reduction section in Reducing Bugs
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 1181 __anon085ae8110b02(auto &Reduction) canVectorizeFPMath() argument 1188 __anon085ae8110c02(auto &Reduction) isInvariantStoreOfReduction() argument 1195 __anon085ae8110d02(auto &Reduction) isInvariantAddressOfReduction() argument 1552 for (const auto &Reduction : getReductionVars()) canFoldTailByMasking() local [all...] |
H A D | LoopVectorize.cpp | 1386 __anone1bc88200302(auto &Reduction) canVectorizeReductions() argument 5409 __anone1bc88202d02(auto &Reduction) selectInterleaveCount() argument 5426 __anone1bc88202e02(auto &Reduction) selectInterleaveCount() argument 7071 for (const auto &Reduction : Legal->getReductionVars()) { collectValuesToIgnore() local 7086 for (const auto &Reduction : Legal->getReductionVars()) { collectInLoopReductions() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 86 class Reduction { global() class 96 Reduction (Instruction *Add) : Root(Add) { } Reduction() function in __anona5fe241c0111::Reduction [all...] |
H A D | ARMISelLowering.cpp | 13318 auto Reduction = PerformSELECTCombine() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 254 Reduction, global() enumerator
|
/llvm-project/llvm/docs/ |
H A D | Passes.rst | 657 passes-loop-rotate``loop-reduce``: Loop Strength Reduction global() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 431 Value *Reduction; expandPredicationInReduction() local [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.cpp | 1050 __anon6febe4830f02(const omp::clause::Reduction &, const parser::CharBlock &) processSectionsReduction() argument
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 135 using Reduction = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>; typedef [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 603 std::pair<llvm::Function *, llvm::Function *> Reduction = emitInitWithReductionInitializer() local 4805 std::pair<llvm::Function *, llvm::Function *> Reduction = emitReductionCombiner() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9817 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); lowerReductionSeq() local
|