Searched refs:omp_find_clause (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-expand.cc | 248 = 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 …]
|
| D | omp-low.cc | 2190 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 …]
|
| D | omp-general.h | 94 extern tree omp_find_clause (tree clauses, enum omp_clause_code kind);
|
| D | gimplify.cc | 7512 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 …]
|
| D | omp-oacc-kernels-decompose.cc | 152 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()
|
| D | omp-general.cc | 52 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()
|
| D | omp-offload.cc | 2014 tree clause_nohost = omp_find_clause (clauses, OMP_CLAUSE_NOHOST); in execute_oacc_loop_designation()
|
| D | ChangeLog-2016 | 1037 (find_omp_clause): Renamed to omp_find_clause and moved to 1068 (find_omp_clause): Renamed to omp_find_clause and moved to
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 10359 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 …]
|
| D | parser.cc | 36558 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()
|
| D | ChangeLog-2019 | 2882 omp_find_clause.
|