Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1237 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1244 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit()
1245 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1447 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3599 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3717 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4740 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4741 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4977 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
5101 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTargetTaskBasedDirective()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp692 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
730 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
754 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3468 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3473 helper_expr_range reduction_ops() { in reduction_ops() function
3732 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3737 helper_expr_range reduction_ops() { in reduction_ops() function
3977 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3982 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3699 for (auto *E : C->reduction_ops()) {
3732 for (auto *E : C->reduction_ops()) {
3754 for (auto *E : C->reduction_ops()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7363 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
7390 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
7409 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10530 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
10577 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
10623 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()