Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1210 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1218 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1422 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()
4695 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4696 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4920 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
5045 C->reduction_ops().end()); in EmitOMPTargetTaskBasedDirective()
5201 auto IRed = C->reduction_ops().begin(); in processInReduction()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp690 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
728 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
752 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3428 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3433 helper_expr_range reduction_ops() { in reduction_ops() function
3692 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3697 helper_expr_range reduction_ops() { in reduction_ops() function
3937 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3942 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3624 for (auto *E : C->reduction_ops()) {
3657 for (auto *E : C->reduction_ops()) {
3679 for (auto *E : C->reduction_ops()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6782 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
6809 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
6828 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10195 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
10243 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
10288 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()