Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1212 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1220 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1425 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3495 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3614 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4615 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4616 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4840 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
4965 C->reduction_ops().end()); in EmitOMPTargetTaskBasedDirective()
5114 auto IRed = C->reduction_ops().begin(); in processInReduction()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp663 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
701 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
725 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3303 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3308 helper_expr_range reduction_ops() { in reduction_ops() function
3567 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3572 helper_expr_range reduction_ops() { in reduction_ops() function
3812 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3817 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3590 for (auto *E : C->reduction_ops()) {
3623 for (auto *E : C->reduction_ops()) {
3645 for (auto *E : C->reduction_ops()) {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6465 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
6492 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
6511 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2535 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
2563 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
2580 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9872 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
9920 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
9965 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()