/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 1275 c4 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1284 c2 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1308 c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1329 c2 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1341 c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1652 tree node = build_omp_clause (input_location, code); in gfc_trans_omp_variable_list() 1987 tree node = build_omp_clause (gfc_get_location (&namelist->where), in gfc_trans_omp_reduction_list() 2104 node4 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2116 node2 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2121 node3 = build_omp_clause (input_location, in gfc_trans_omp_array_section() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 1516 c4 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1525 c2 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1549 c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1580 c2 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1592 c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in gfc_omp_finish_clause() 1932 node = build_omp_clause (input_location, OMP_CLAUSE_FIRSTPRIVATE); in gfc_trans_omp_variable_list() 1934 node = build_omp_clause (input_location, code); in gfc_trans_omp_variable_list() 2289 tree node = build_omp_clause (gfc_get_location (&namelist->where), in gfc_trans_omp_reduction_list() 2413 node4 = build_omp_clause (input_location, in gfc_trans_omp_array_section() 2433 node4 = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gfc_trans_omp_array_section() [all …]
|
H A D | trans-common.cc | 474 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_DEVICE_TYPE); in build_common_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 129 clauses = build_omp_clause (loc, OMP_CLAUSE_SIMD); in c_finish_omp_ordered() 1243 nc = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_oacc_split_loop_clauses() 1325 = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_omp_split_clauses() 1329 = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_omp_split_clauses() 1398 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1417 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1471 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1484 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1555 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1585 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() [all …]
|
H A D | c-attribs.c | 3119 attr = build_omp_clause (DECL_SOURCE_LOCATION (*node), in handle_simd_attribute() 3122 attr = build_omp_clause (DECL_SOURCE_LOCATION (*node), in handle_simd_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 157 clauses = build_omp_clause (loc, OMP_CLAUSE_SIMD); in c_finish_omp_ordered() 1762 nc = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_oacc_split_loop_clauses() 1850 = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_omp_split_clauses() 1854 = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_omp_split_clauses() 1926 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 1945 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 2002 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 2024 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 2096 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() 2126 c = build_omp_clause (OMP_CLAUSE_LOCATION (clauses), in c_omp_split_clauses() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-oacc-kernels-decompose.cc | 330 tree gang_single_clause = build_omp_clause (loc, OMP_CLAUSE_NUM_GANGS); in make_region_seq() 405 = build_omp_clause (OMP_CLAUSE_LOCATION (loop_clause), clause_code); in add_parent_or_loop_num_clause() 499 = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_AUTO); in adjust_nested_loop_clauses() 585 tree auto_clause = build_omp_clause (gimple_location (omp_for), in transform_kernels_loop_clauses() 844 tree new_clause = build_omp_clause (loc, OMP_CLAUSE_MAP); in maybe_build_inner_data_region() 937 tree new_async_clause = build_omp_clause (loc, OMP_CLAUSE_ASYNC); in add_async_clauses_and_wait() 1221 tree present_clause = build_omp_clause (loc, OMP_CLAUSE_MAP); in decompose_kernels_region_body() 1464 tree new_clause = build_omp_clause (OMP_CLAUSE_LOCATION (c), in omp_oacc_kernels_decompose_1()
|
H A D | tree-nested.cc | 1710 c = build_omp_clause (gimple_location (stmt), in convert_nonlocal_reference_stmt() 1792 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_nonlocal_reference_stmt() 2413 tree c = build_omp_clause (gimple_location (stmt), in convert_local_reference_stmt() 2433 tree c = build_omp_clause (gimple_location (stmt), in convert_local_reference_stmt() 2506 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt() 2527 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt() 2894 c = build_omp_clause (gimple_location (stmt), in convert_tramp_reference_stmt() 2903 c = build_omp_clause (gimple_location (stmt), in convert_tramp_reference_stmt() 3003 c = build_omp_clause (gimple_location (stmt), in convert_gimple_call() 3038 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_gimple_call()
|
H A D | gimplify.cc | 8708 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_DEPEND); in gimplify_omp_depend() 8742 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in insert_struct_comp_map() 8768 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in insert_struct_comp_map() 9709 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9721 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9875 tree l = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9926 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9956 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 11199 clause = build_omp_clause (input_location, code); in gimplify_adjust_omp_clauses_1() 11214 tree nc = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gimplify_adjust_omp_clauses_1() [all …]
|
H A D | omp-low.cc | 2197 tree c = build_omp_clause (UNKNOWN_LOCATION, in add_taskreg_looptemp_clauses() 2215 tree c = build_omp_clause (UNKNOWN_LOCATION, in add_taskreg_looptemp_clauses() 2227 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__LOOPTEMP_); in add_taskreg_looptemp_clauses() 2240 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__REDUCTEMP_); in add_taskreg_looptemp_clauses() 2277 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__REDUCTEMP_); in scan_omp_parallel() 2918 tree clause = build_omp_clause (gimple_location (stmt), OMP_CLAUSE__SIMT_); in scan_omp_simd() 2950 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_INCLUSIVE); in scan_omp_simd_scan() 6874 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__SIMDUID_); in lower_rec_input_clauses() 7025 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_SAFELEN); in lower_rec_input_clauses() 7063 = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__CONDTEMP_); in lower_lastprivate_conditional_clauses() [all …]
|
H A D | tree-parloops.cc | 2771 t = build_omp_clause (loc, OMP_CLAUSE_NUM_THREADS); in create_parallel_loop() 2871 t = build_omp_clause (loc, OMP_CLAUSE_GANG); in create_parallel_loop() 2874 t = build_omp_clause (loc, OMP_CLAUSE_SCHEDULE); in create_parallel_loop()
|
H A D | tree-streamer-in.cc | 639 return build_omp_clause (UNKNOWN_LOCATION, subcode); in streamer_alloc_tree()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-nested.c | 1575 c = build_omp_clause (gimple_location (stmt), in convert_nonlocal_reference_stmt() 1649 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_nonlocal_reference_stmt() 2265 tree c = build_omp_clause (gimple_location (stmt), in convert_local_reference_stmt() 2285 tree c = build_omp_clause (gimple_location (stmt), in convert_local_reference_stmt() 2350 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt() 2371 tree c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_local_reference_stmt() 2737 c = build_omp_clause (gimple_location (stmt), in convert_tramp_reference_stmt() 2746 c = build_omp_clause (gimple_location (stmt), in convert_tramp_reference_stmt() 2846 c = build_omp_clause (gimple_location (stmt), in convert_gimple_call() 2881 c = build_omp_clause (gimple_location (stmt), OMP_CLAUSE_MAP); in convert_gimple_call()
|
H A D | gimplify.c | 8223 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_DEPEND); in gimplify_omp_depend() 8257 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in insert_struct_comp_map() 8283 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), OMP_CLAUSE_MAP); in insert_struct_comp_map() 8957 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 8969 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9077 tree l = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 9111 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in gimplify_scan_omp_clauses() 10029 clause = build_omp_clause (input_location, code); in gimplify_adjust_omp_clauses_1() 10044 tree nc = build_omp_clause (input_location, OMP_CLAUSE_MAP); in gimplify_adjust_omp_clauses_1() 10117 tree nc = build_omp_clause (OMP_CLAUSE_LOCATION (clause), in gimplify_adjust_omp_clauses_1() [all …]
|
H A D | omp-grid.c | 1014 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_SAFELEN); in grid_process_grid_body() 1072 tree priv = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_PRIVATE); in grid_eliminate_combined_simd_part() 1363 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__GRIDDIM_); in grid_attempt_target_gridification()
|
H A D | omp-low.c | 1955 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__LOOPTEMP_); in add_taskreg_looptemp_clauses() 1968 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__REDUCTEMP_); in add_taskreg_looptemp_clauses() 2005 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__REDUCTEMP_); in scan_omp_parallel() 2597 tree clause = build_omp_clause (gimple_location (stmt), OMP_CLAUSE__SIMT_); in scan_omp_simd() 2629 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_INCLUSIVE); in scan_omp_simd_scan() 6178 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__SIMDUID_); in lower_rec_input_clauses() 6329 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_SAFELEN); in lower_rec_input_clauses() 6367 = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__CONDTEMP_); in lower_lastprivate_conditional_clauses() 6405 c2 = build_omp_clause (UNKNOWN_LOCATION, in lower_lastprivate_conditional_clauses() 6417 = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE__CONDTEMP_); in lower_lastprivate_conditional_clauses() [all …]
|
H A D | tree-parloops.c | 2771 t = build_omp_clause (loc, OMP_CLAUSE_NUM_THREADS); in create_parallel_loop() 2871 t = build_omp_clause (loc, OMP_CLAUSE_GANG); in create_parallel_loop() 2874 t = build_omp_clause (loc, OMP_CLAUSE_SCHEDULE); in create_parallel_loop()
|
H A D | tree-streamer-in.c | 631 return build_omp_clause (UNKNOWN_LOCATION, subcode); in streamer_alloc_tree()
|
H A D | omp-general.c | 1830 c_level = build_omp_clause (loc, OMP_CLAUSE_SEQ); in oacc_verify_routine_clauses()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 12907 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in c_parser_oacc_wait_list() 12957 tree u = build_omp_clause (clause_loc, kind); 13170 tree u = build_omp_clause (clause_loc, kind); 13315 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in c_parser_oacc_data_clause_deviceptr() 13358 c = build_omp_clause (loc, OMP_CLAUSE_COLLAPSE); in c_parser_omp_clause_collapse() 13442 c = build_omp_clause (loc, OMP_CLAUSE_DEFAULT); in c_parser_omp_clause_default() 13483 c = build_omp_clause (loc, OMP_CLAUSE_FINAL); in c_parser_omp_clause_final() 13648 c = build_omp_clause (location, OMP_CLAUSE_IF); in c_parser_omp_clause_if() 13704 c = build_omp_clause (c_parser_peek_token (parser)->location, in c_parser_omp_clause_mergeable() 13722 c = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_parser_omp_clause_nowait() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 12986 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in c_parser_oacc_wait_list() 13046 tree u = build_omp_clause (clause_loc, kind); in c_parser_omp_variable_list() 13304 tree u = build_omp_clause (clause_loc, kind); in c_parser_omp_variable_list() 13449 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in c_parser_oacc_data_clause_deviceptr() 13492 c = build_omp_clause (loc, OMP_CLAUSE_COLLAPSE); in c_parser_omp_clause_collapse() 13595 c = build_omp_clause (loc, OMP_CLAUSE_DEFAULT); in c_parser_omp_clause_default() 13636 c = build_omp_clause (loc, OMP_CLAUSE_FINAL); in c_parser_omp_clause_final() 13801 c = build_omp_clause (location, OMP_CLAUSE_IF); in c_parser_omp_clause_if() 13857 c = build_omp_clause (c_parser_peek_token (parser)->location, in c_parser_omp_clause_mergeable() 13875 c = build_omp_clause (loc, OMP_CLAUSE_NOWAIT); in c_parser_omp_clause_nowait() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 5751 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in handle_omp_array_sections() 5811 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in handle_omp_array_sections() 8355 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in finish_omp_clauses() 9596 tree c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9610 tree c2 = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9634 tree c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9649 c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9726 tree c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9735 c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() 9776 tree c = build_omp_clause (loc, OMP_CLAUSE_MAP); in finish_omp_target_clauses() [all …]
|
H A D | parser.cc | 36805 tree u = build_omp_clause (token->location, kind); in cp_parser_omp_var_list_no_open() 36949 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in cp_parser_oacc_data_clause_deviceptr() 36972 tree c = build_omp_clause (loc, code); in cp_parser_oacc_simple_clause() 37006 tree c = build_omp_clause (loc, code); in cp_parser_oacc_single_int_clause() 37124 c = build_omp_clause (loc, kind); in cp_parser_oacc_shape_clause() 37181 c = build_omp_clause (clause_loc, OMP_CLAUSE_TILE); in cp_parser_oacc_clause_tile() 37226 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in cp_parser_oacc_wait_list() 37251 tree c = build_omp_clause (location, OMP_CLAUSE_WAIT); in cp_parser_oacc_clause_wait() 37297 c = build_omp_clause (loc, OMP_CLAUSE_COLLAPSE); in cp_parser_omp_clause_collapse() 37385 c = build_omp_clause (location, OMP_CLAUSE_DEFAULT); in cp_parser_omp_clause_default() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 34450 tree u = build_omp_clause (token->location, kind); 34594 tree u = build_omp_clause (loc, OMP_CLAUSE_MAP); in cp_parser_oacc_data_clause_deviceptr() 34617 tree c = build_omp_clause (loc, code); in cp_parser_oacc_simple_clause() 34651 tree c = build_omp_clause (loc, code); in cp_parser_oacc_single_int_clause() 34769 c = build_omp_clause (loc, kind); in cp_parser_oacc_shape_clause() 34826 c = build_omp_clause (clause_loc, OMP_CLAUSE_TILE); in cp_parser_oacc_clause_tile() 34871 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in cp_parser_oacc_wait_list() 34896 tree c = build_omp_clause (location, OMP_CLAUSE_WAIT); in cp_parser_oacc_clause_wait() 34942 c = build_omp_clause (loc, OMP_CLAUSE_COLLAPSE); in cp_parser_omp_clause_collapse() 35015 c = build_omp_clause (location, OMP_CLAUSE_DEFAULT); in cp_parser_omp_clause_default() [all …]
|
H A D | semantics.c | 5345 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in handle_omp_array_sections() 5388 tree c3 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in handle_omp_array_sections() 7568 tree c2 = build_omp_clause (OMP_CLAUSE_LOCATION (c), in finish_omp_clauses() 8734 tree ivc = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator() 8740 tree lvc = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator() 8756 loop_iv_seen = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator()
|