Home
last modified time | relevance | path

Searched refs:ReductionClause (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp153 for (const auto &ReductionClause : Clauses) { in getBrokenReductionsStr() local
155 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()
157 str += " : " + ReductionClause.second.substr(2) + ")"; in getBrokenReductionsStr()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-format-spec.td395 | `reduction` custom<ReductionClause>($arg1, type($arg1))) attr-dict
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp13184 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
13188 ReductionClause = C; in checkReductionClauseWithNogroup()
13195 if (ReductionClause) in checkReductionClauseWithNogroup()
13200 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
13201 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()