Home
last modified time | relevance | path

Searched refs:omp_find_clause (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c247 = omp_find_clause (gimple_omp_parallel_clauses (par_stmt), in get_ws_args_for()
251 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc), in get_ws_args_for()
322 if (omp_find_clause (pclauses, OMP_CLAUSE__REDUCTEMP_)) in determine_parallel_type()
347 tree c = omp_find_clause (clauses, OMP_CLAUSE_SCHEDULE); in determine_parallel_type()
351 || omp_find_clause (clauses, OMP_CLAUSE_ORDERED) in determine_parallel_type()
352 || omp_find_clause (clauses, OMP_CLAUSE__REDUCTEMP_) in determine_parallel_type()
353 || ((c = omp_find_clause (clauses, OMP_CLAUSE__CONDTEMP_)) in determine_parallel_type()
358 && (omp_find_clause (gimple_omp_sections_clauses (ws_stmt), in determine_parallel_type()
360 || omp_find_clause (gimple_omp_sections_clauses (ws_stmt), in determine_parallel_type()
503 if (omp_find_clause (gimple_omp_target_clauses (tgt_stmt), in parallel_needs_hsa_kernel_p()
[all …]
H A Domp-low.c1944 if (omp_find_clause (gimple_omp_for_clauses (for_stmt), in add_taskreg_looptemp_clauses()
1948 && omp_find_clause (gimple_omp_parallel_clauses (stmt), in add_taskreg_looptemp_clauses()
1963 && omp_find_clause (gimple_omp_task_clauses (stmt), in add_taskreg_looptemp_clauses()
1989 && omp_find_clause (gimple_omp_parallel_clauses (stmt), in scan_omp_parallel()
1998 for (tree c = omp_find_clause (gimple_omp_parallel_clauses (stmt), in scan_omp_parallel()
2000 c; c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_REDUCTION)) in scan_omp_parallel()
2056 && !omp_find_clause (gimple_omp_task_clauses (stmt), OMP_CLAUSE_DEPEND)) in scan_omp_task()
2196 tree c = omp_find_clause (clauses, OMP_CLAUSE__REDUCTEMP_); in finish_taskreg_scan()
2246 tree c1 = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in finish_taskreg_scan()
2247 tree c2 = omp_find_clause (OMP_CLAUSE_CHAIN (c1), in finish_taskreg_scan()
[all …]
H A Domp-general.h75 extern tree omp_find_clause (tree clauses, enum omp_clause_code kind);
H A Dgimplify.c8555 nowait = omp_find_clause (*list_p, in gimplify_scan_omp_clauses()
10707 && !omp_find_clause (ctx->clauses, OMP_CLAUSE_BIND))) in omp_construct_selector_matches()
11008 omp_find_clause (OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
11052 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) in gimplify_omp_for()
11230 if (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_UNTIED)) in gimplify_omp_for()
11416 tree c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_ORDERED); in gimplify_omp_for()
11426 c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_COLLAPSE); in gimplify_omp_for()
11429 c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_TILE); in gimplify_omp_for()
11479 for (tree c3 = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), in gimplify_omp_for()
11481 c3; c3 = omp_find_clause (OMP_CLAUSE_CHAIN (c3), in gimplify_omp_for()
[all …]
H A Domp-general.c50 omp_find_clause (tree clauses, enum omp_clause_code kind) in omp_find_clause() function
1753 tree clause = omp_find_clause (clauses, ids[ix]); in oacc_set_fn_attrib()
H A Domp-grid.c1009 tree cl = omp_find_clause (clauses, OMP_CLAUSE_SAFELEN); in grid_process_grid_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc248 = omp_find_clause (gimple_omp_parallel_clauses (par_stmt), in get_ws_args_for()
252 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc), in get_ws_args_for()
323 if (omp_find_clause (pclauses, OMP_CLAUSE__REDUCTEMP_)) in determine_parallel_type()
348 tree c = omp_find_clause (clauses, OMP_CLAUSE_SCHEDULE); in determine_parallel_type()
352 || omp_find_clause (clauses, OMP_CLAUSE_ORDERED) in determine_parallel_type()
353 || omp_find_clause (clauses, OMP_CLAUSE__REDUCTEMP_) in determine_parallel_type()
354 || ((c = omp_find_clause (clauses, OMP_CLAUSE__CONDTEMP_)) in determine_parallel_type()
359 && (omp_find_clause (gimple_omp_sections_clauses (ws_stmt), in determine_parallel_type()
361 || omp_find_clause (gimple_omp_sections_clauses (ws_stmt), in determine_parallel_type()
566 tree rtmp = omp_find_clause (clauses, OMP_CLAUSE__REDUCTEMP_); in expand_parallel_call()
[all …]
H A Domp-low.cc2190 if (omp_find_clause (gimple_omp_for_clauses (for_stmt), in add_taskreg_looptemp_clauses()
2193 && omp_find_clause (gimple_omp_parallel_clauses (stmt), in add_taskreg_looptemp_clauses()
2235 && omp_find_clause (gimple_omp_task_clauses (stmt), in add_taskreg_looptemp_clauses()
2261 && omp_find_clause (gimple_omp_parallel_clauses (stmt), in scan_omp_parallel()
2270 for (tree c = omp_find_clause (gimple_omp_parallel_clauses (stmt), in scan_omp_parallel()
2272 c; c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_REDUCTION)) in scan_omp_parallel()
2325 && !omp_find_clause (gimple_omp_task_clauses (stmt), OMP_CLAUSE_DEPEND)) in scan_omp_task()
2465 tree c = omp_find_clause (clauses, OMP_CLAUSE__REDUCTEMP_); in finish_taskreg_scan()
2496 = omp_find_clause (gimple_omp_task_clauses (ctx->stmt), in finish_taskreg_scan()
2518 tree c1 = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in finish_taskreg_scan()
[all …]
H A Domp-general.h94 extern tree omp_find_clause (tree clauses, enum omp_clause_code kind);
H A Dgimplify.cc7512 tree detach_clause = omp_find_clause (ctx->clauses, OMP_CLAUSE_DETACH); in omp_default_clause()
9270 nowait = omp_find_clause (*list_p, in gimplify_scan_omp_clauses()
11964 && !omp_find_clause (ctx->clauses, OMP_CLAUSE_BIND))) in omp_construct_selector_matches()
12265 omp_find_clause (OMP_TASK_CLAUSES (expr), in gimplify_omp_task()
12341 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) in gimplify_omp_for()
12515 if (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), in gimplify_omp_for()
12520 if (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_ORDERED)) in gimplify_omp_for()
12528 && omp_find_clause (OMP_FOR_CLAUSES (for_stmt), in gimplify_omp_for()
12538 if (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_UNTIED)) in gimplify_omp_for()
12684 tree c = omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_ORDERED); in gimplify_omp_for()
[all …]
H A Domp-oacc-kernels-decompose.cc152 if (omp_find_clause (clauses, OMP_CLAUSE_INDEPENDENT)) in adjust_region_code_walk_stmt_fn()
158 else if (omp_find_clause (clauses, OMP_CLAUSE_SEQ)) in adjust_region_code_walk_stmt_fn()
H A Domp-general.cc52 omp_find_clause (tree clauses, enum omp_clause_code kind) in omp_find_clause() function
2705 tree clause = omp_find_clause (clauses, ids[ix]); in oacc_set_fn_attrib()
H A Domp-offload.cc2014 tree clause_nohost = omp_find_clause (clauses, OMP_CLAUSE_NOHOST); in execute_oacc_loop_designation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c8898 c = omp_find_clause (clauses, OMP_CLAUSE_TILE); in finish_omp_for()
8903 c = omp_find_clause (clauses, OMP_CLAUSE_COLLAPSE); in finish_omp_for()
9163 for (tree c = omp_find_clause (clauses, OMP_CLAUSE_LINEAR); c; in finish_omp_for()
9164 c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_LINEAR)) in finish_omp_for()
9482 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in finish_omp_cancel()
9484 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in finish_omp_cancel()
9486 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in finish_omp_cancel()
9488 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in finish_omp_cancel()
9497 tree ifc = omp_find_clause (clauses, OMP_CLAUSE_IF); in finish_omp_cancel()
9506 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel()
[all …]
H A Dparser.c34248 if (omp_find_clause (clauses, code)) in check_no_duplicate_clause()
36861 if (omp_find_clause (list, OMP_CLAUSE_DIST_SCHEDULE)) in cp_parser_omp_clause_dist_schedule()
39484 tree c = omp_find_clause (cclauses[C_OMP_CLAUSE_SPLIT_FOR], in cp_parser_omp_simd()
39726 && omp_find_clause (clauses, OMP_CLAUSE_SIMD) == NULL_TREE) in cp_parser_omp_ordered()
40686 if (omp_find_clause (clauses, OMP_CLAUSE_TO) == NULL_TREE in cp_parser_omp_target_update()
40687 && omp_find_clause (clauses, OMP_CLAUSE_FROM) == NULL_TREE) in cp_parser_omp_target_update()
41026 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_declare()
41215 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_enter_exit_data()
41415 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_update()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc10359 c = omp_find_clause (clauses, OMP_CLAUSE_TILE); in finish_omp_for()
10364 c = omp_find_clause (clauses, OMP_CLAUSE_COLLAPSE); in finish_omp_for()
10636 for (tree c = omp_find_clause (clauses, OMP_CLAUSE_LINEAR); c; in finish_omp_for()
10637 c = omp_find_clause (OMP_CLAUSE_CHAIN (c), OMP_CLAUSE_LINEAR)) in finish_omp_for()
10974 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in finish_omp_cancel()
10976 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in finish_omp_cancel()
10978 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in finish_omp_cancel()
10980 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in finish_omp_cancel()
10989 tree ifc = omp_find_clause (clauses, OMP_CLAUSE_IF); in finish_omp_cancel()
10998 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel()
[all …]
H A Dparser.cc36558 if (omp_find_clause (clauses, code)) in check_no_duplicate_clause()
39654 if (omp_find_clause (list, OMP_CLAUSE_DIST_SCHEDULE)) in cp_parser_omp_clause_dist_schedule()
42930 tree c = omp_find_clause (cclauses[C_OMP_CLAUSE_SPLIT_FOR], in cp_parser_omp_simd()
43248 && omp_find_clause (clauses, OMP_CLAUSE_SIMD) == NULL_TREE) in cp_parser_omp_ordered()
44297 if (omp_find_clause (clauses, OMP_CLAUSE_TO) == NULL_TREE in cp_parser_omp_target_update()
44298 && omp_find_clause (clauses, OMP_CLAUSE_FROM) == NULL_TREE) in cp_parser_omp_target_update()
44612 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_declare()
44816 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_enter_exit_data()
45016 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in cp_parser_oacc_update()
H A DChangeLog-20192882 omp_find_clause.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c12926 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancel()
12928 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in c_finish_omp_cancel()
12930 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in c_finish_omp_cancel()
12932 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in c_finish_omp_cancel()
12941 tree ifc = omp_find_clause (clauses, OMP_CLAUSE_IF); in c_finish_omp_cancel()
12950 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in c_finish_omp_cancel()
12982 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancellation_point()
12984 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in c_finish_omp_cancellation_point()
12986 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in c_finish_omp_cancellation_point()
12988 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in c_finish_omp_cancellation_point()
H A Dc-parser.c12874 if (tree c = omp_find_clause (clauses, code)) in check_no_duplicate_clause()
15820 if (omp_find_clause (list, OMP_CLAUSE_DIST_SCHEDULE)) in c_parser_omp_clause_dist_schedule()
16781 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_enter_exit_data()
17190 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_update()
18518 tree c = omp_find_clause (cclauses[C_OMP_CLAUSE_SPLIT_FOR], in c_parser_omp_simd()
18755 && omp_find_clause (clauses, OMP_CLAUSE_SIMD) == NULL_TREE) in c_parser_omp_ordered()
19525 if (omp_find_clause (clauses, OMP_CLAUSE_TO) == NULL_TREE in c_parser_omp_target_update()
19526 && omp_find_clause (clauses, OMP_CLAUSE_FROM) == NULL_TREE) in c_parser_omp_target_update()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc13117 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancel()
13119 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in c_finish_omp_cancel()
13121 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in c_finish_omp_cancel()
13123 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in c_finish_omp_cancel()
13132 tree ifc = omp_find_clause (clauses, OMP_CLAUSE_IF); in c_finish_omp_cancel()
13141 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in c_finish_omp_cancel()
13173 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancellation_point()
13175 else if (omp_find_clause (clauses, OMP_CLAUSE_FOR)) in c_finish_omp_cancellation_point()
13177 else if (omp_find_clause (clauses, OMP_CLAUSE_SECTIONS)) in c_finish_omp_cancellation_point()
13179 else if (omp_find_clause (clauses, OMP_CLAUSE_TASKGROUP)) in c_finish_omp_cancellation_point()
H A Dc-parser.cc12953 if (tree c = omp_find_clause (clauses, code)) in check_no_duplicate_clause()
16419 if (omp_find_clause (list, OMP_CLAUSE_DIST_SCHEDULE)) in c_parser_omp_clause_dist_schedule()
17458 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_enter_exit_data()
17868 if (omp_find_clause (clauses, OMP_CLAUSE_MAP) == NULL_TREE) in c_parser_oacc_update()
19716 tree c = omp_find_clause (cclauses[C_OMP_CLAUSE_SPLIT_FOR], in c_parser_omp_simd()
20019 && omp_find_clause (clauses, OMP_CLAUSE_SIMD) == NULL_TREE) in c_parser_omp_ordered()
20871 if (omp_find_clause (clauses, OMP_CLAUSE_TO) == NULL_TREE in c_parser_omp_target_update()
20872 && omp_find_clause (clauses, OMP_CLAUSE_FROM) == NULL_TREE) in c_parser_omp_target_update()
H A DChangeLog2053 omp_find_clause.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c52 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc55 if (omp_find_clause (clauses, OMP_CLAUSE_ASYNC)) in c_finish_oacc_wait()

12