Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1213 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1220 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPReductionClauseInit()
1221 C->reduction_ops().end()); in EmitOMPReductionClauseInit()
1433 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
3332 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirectiveDecls()
3400 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in emitScanBasedDirective()
4321 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskBasedDirective()
4322 C->reduction_ops().end()); in EmitOMPTaskBasedDirective()
4490 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective()
4778 Data.ReductionOps.append(C->reduction_ops().begin(), in EmitOMPTaskgroupDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp645 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
683 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
707 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3078 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3083 helper_expr_range reduction_ops() { in reduction_ops() function
3342 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3347 helper_expr_range reduction_ops() { in reduction_ops() function
3587 helper_expr_const_range reduction_ops() const { in reduction_ops() function
3592 helper_expr_range reduction_ops() { in reduction_ops() function
H A DRecursiveASTVisitor.h3402 for (auto *E : C->reduction_ops()) {
3435 for (auto *E : C->reduction_ops()) {
3457 for (auto *E : C->reduction_ops()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6256 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
6283 for (auto *E : C->reduction_ops()) in VisitOMPTaskReductionClause()
6302 for (auto *E : C->reduction_ops()) in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2418 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
2446 for (auto *E : C->reduction_ops()) { in VisitOMPTaskReductionClause()
2463 for (auto *E : C->reduction_ops()) { in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9573 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()
9621 for (auto *E : C->reduction_ops()) { in TransformOMPTaskReductionClause()
9666 for (auto *E : C->reduction_ops()) { in TransformOMPInReductionClause()