HomeSort by: relevance | last modified time | path
    Searched defs:Reduction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/isl/dist/doc/
implementation.tex 566 uses generalized basis reduction.
654 \subsubsection{Generalized Basis Reduction}\label{s:GBR}
657 is generalized basis reduction \parencite{Cook1991implementation}.
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 54 class Reduction;
85 class Reduction {
93 Reduction() = delete;
95 Reduction (Instruction *Add) : Root(Add) { }
97 /// Record an Add instruction that is a part of the this reduction.
101 /// of this reduction.
133 /// reduction already has a value to initialise the accumulator.
159 /// Return the add instruction which is the root of the reduction.
169 /// Return the set of adds that comprise the reduction.
173 /// the reduction
    [all...]
ARMISelLowering.cpp 12528 // Normalise to the right hand side being the vector reduction
12562 // Generate the reduction as an i32 for legalisation purposes
12563 auto Reduction =
12568 Reduction = DCI.DAG.getNode(ISD::TRUNCATE, dl, VectorScalarType, Reduction);
12570 return Reduction;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 497 // Custom-lower reduction operations to set up the corresponding custom
716 // Custom-lower reduction operations to set up the corresponding custom
3491 llvm_unreachable("Unhandled reduction");
3519 "Unexpected reduction lowering");
3523 "Expected reduction output to be legalized to XLenVT");
3537 llvm_unreachable("Unhandled reduction");
3600 SDValue Reduction =
3602 SDValue Elt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VecEltVT, Reduction,
3607 // Given a reduction op, this function returns the matching reduction opcode
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 458 /// Atomic reduction option for kmpc_reduce.
606 /// UDR decl used for reduction.
624 std::pair<llvm::Function *, llvm::Function *> Reduction =
640 RValue Func = RValue::get(Reduction.second);
869 "Size should be nullptr for non-variably modified reduction "
2965 /// (Taskloops only) Reduction data.
5312 /// Emit reduction operation for each element of array (required for
5315 /// \param LHSVar Variable on the left side of the reduction operation
5317 /// \param RHSVar Variable on the right side of the reduction operation
5319 /// \param RedOpGen Generator of reduction operation with use of LHSVar an
    [all...]

Completed in 66 milliseconds