Home
last modified time | relevance | path

Searched refs:order_concurrent (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3851 if (clauses->order_concurrent) in gfc_trans_omp_clauses()
6118 clausesa[GFC_OMP_SPLIT_DISTRIBUTE].order_concurrent in gfc_split_omp_clauses()
6119 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()
6176 clausesa[GFC_OMP_SPLIT_DO].order_concurrent in gfc_split_omp_clauses()
6177 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()
6196 clausesa[GFC_OMP_SPLIT_SIMD].order_concurrent in gfc_split_omp_clauses()
6197 = code->ext.omp_clauses->order_concurrent; in gfc_split_omp_clauses()
H A Dopenmp.cc2533 && (m = gfc_match_dupl_check (!c->order_concurrent, "order (")) in gfc_match_omp_clauses()
2551 c->order_concurrent = true; in gfc_match_omp_clauses()
6297 if (omp_clauses->order_concurrent && omp_clauses->ordered) in resolve_omp_clauses()
H A Dgfortran.h1533 unsigned simd:1, threads:1, depend_source:1, destroy:1, order_concurrent:1; member
H A Ddump-parse-tree.cc1632 if (omp_clauses->order_concurrent) in show_omp_clauses()
H A DChangeLog-2020926 * gfortran.h (struct gfc_omp_clauses): Add order_concurrent.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c168 bool order_concurrent; member
1477 ctx->order_concurrent = true; in scan_sharing_clauses()
2861 if (ctx->order_concurrent in check_omp_nesting_restrictions()
2922 else if (ctx->order_concurrent in check_omp_nesting_restrictions()
3726 if (octx->order_concurrent && omp_runtime_api_call (fndecl)) in scan_omp_1_stmt()
H A Dgimplify.c232 bool order_concurrent; member
7102 || octx->order_concurrent) in omp_notice_threadprivate_variable()
7107 if (octx->order_concurrent) in omp_notice_threadprivate_variable()
9632 ctx->order_concurrent = true; in gimplify_scan_omp_clauses()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc171 bool order_concurrent; member
1692 ctx->order_concurrent = true; in scan_sharing_clauses()
3204 if (ctx->order_concurrent in check_omp_nesting_restrictions()
3265 else if (ctx->order_concurrent in check_omp_nesting_restrictions()
4138 if (octx->order_concurrent && omp_runtime_api_call (fndecl)) in scan_omp_1_stmt()
H A Dgimplify.cc238 bool order_concurrent; member
7426 || octx->order_concurrent) in omp_notice_threadprivate_variable()
7431 if (octx->order_concurrent) in omp_notice_threadprivate_variable()
10767 ctx->order_concurrent = true; in gimplify_scan_omp_clauses()
H A DChangeLog-201921120 * gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.
21123 (gimplify_scan_omp_clauses): Set ctx->order_concurrent if
21125 * omp-low.c (struct omp_context): Add order_concurrent member.
21126 (scan_sharing_clauses): Set ctx->order_concurrent if