Home
last modified time | relevance | path

Searched defs:Reduction (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/docs/Tutorials/transform/
H A DCh0.md31 ## Reduction section in Chapter 0: A Primer on “Structured” Linalg Operations
/llvm-project/lldb/docs/resources/
H A Ddebugging.rst387 Reduction section in Reducing Bugs
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1181 __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 DLoopVectorize.cpp1386 __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 DARMParallelDSP.cpp86 class Reduction { global() class
96 Reduction (Instruction *Add) : Root(Add) { } Reduction() function in __anona5fe241c0111::Reduction
[all...]
H A DARMISelLowering.cpp13318 auto Reduction = PerformSELECTCombine() local
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h254 Reduction, global() enumerator
/llvm-project/llvm/docs/
H A DPasses.rst657 passes-loop-rotate``loop-reduce``: Loop Strength Reduction global() argument
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp431 Value *Reduction; expandPredicationInReduction() local
[all...]
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp1050 __anon6febe4830f02(const omp::clause::Reduction &, const parser::CharBlock &) processSectionsReduction() argument
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp135 using Reduction = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>; typedef
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp603 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 DRISCVISelLowering.cpp9817 SDValue Reduction = DAG.getNode(RVVOpcode, DL, M1VT, Ops); lowerReductionSeq() local