Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1214 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1221 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit()
1222 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1428 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3553 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3672 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4668 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4669 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4893 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
5017 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTargetTaskBasedDirective()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp672 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
710 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
734 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3345 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3350 helper_expr_range reduction_ops() { in reduction_ops() function
3609 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3614 helper_expr_range reduction_ops() { in reduction_ops() function
3854 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3859 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3608 for (auto *E : C->reduction_ops()) {
3641 for (auto *E : C->reduction_ops()) {
3663 for (auto *E : C->reduction_ops()) {
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6637 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
6664 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
6683 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2549 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
2577 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
2594 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h10019 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
10067 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
10112 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()