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.cpp1275 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1282 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit()
1283 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1488 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3741 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3859 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4940 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4941 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
5177 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
5301 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTargetTaskBasedDirective()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp722 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
760 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
784 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4022 helper_expr_const_range reduction_ops() const { in reduction_ops() function
4027 helper_expr_range reduction_ops() { in reduction_ops() function
4286 helper_expr_const_range reduction_ops() const { in reduction_ops() function
4291 helper_expr_range reduction_ops() { in reduction_ops() function
4531 helper_expr_const_range reduction_ops() const { in reduction_ops() function
4536 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3808 for (auto *E : C->reduction_ops()) {
3841 for (auto *E : C->reduction_ops()) {
3863 for (auto *E : C->reduction_ops()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8081 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
8112 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
8131 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11039 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
11086 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
11132 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()