Home
last modified time | relevance | path

Searched defs:PartialReduction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dreduction-templates.h194 inline void PartialReduction(Descriptor &result, const Descriptor &x, int dim, in PartialReduction() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11009 auto PartialReduction = [&](SDValue Op, unsigned NumSubElts) { in matchBinOpReduction() local