Home
last modified time | relevance | path

Searched refs:reduction_ops (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1221 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1228 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit()
1229 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1441 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3358 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3426 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4347 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4348 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4516 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
4805 C->reduction_ops().end()); in EmitOMPTaskgroupDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp652 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
690 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
714 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3186 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3191 helper_expr_range reduction_ops() { in reduction_ops() function
3450 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3455 helper_expr_range reduction_ops() { in reduction_ops() function
3695 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3700 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3442 for (auto *E : C->reduction_ops()) {
3475 for (auto *E : C->reduction_ops()) {
3497 for (auto *E : C->reduction_ops()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6263 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
6290 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
6309 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9629 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
9677 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
9722 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()