Home
last modified time | relevance | path

Searched refs:uint32_type_node (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-grid.c1340 tree gs = fold_convert (uint32_type_node, t); in grid_attempt_target_gridification()
1349 ws = fold_convert (uint32_type_node, grid.group_sizes[i]); in grid_attempt_target_gridification()
1356 ws = build_zero_cst (uint32_type_node); in grid_attempt_target_gridification()
H A Dsancov.c81 to_type = uint32_type_node; in instrument_comparison()
H A Dhsa-brig.c2087 int_num_of_global_vars = build_int_cst (uint32_type_node, l); in hsa_output_global_variables()
2158 int_num_of_kernels = build_int_cst (uint32_type_node, map_count); in hsa_output_kernels()
2215 int_num_of_kernels = build_int_cstu (uint32_type_node, map_count); in hsa_output_kernels()
H A Dgimple-ssa-store-merging.c1257 load_type = uint32_type_node; in execute()
2417 case 32: type = uint32_type_node; break; in try_coalesce_bswap()
3558 load_type = uint32_type_node; in output_merged_store()
H A Dasan.c2733 = build_function_type_list (void_type_node, uint32_type_node, in initialize_sanitizer_builtins()
2734 uint32_type_node, NULL_TREE); in initialize_sanitizer_builtins()
H A Dbuiltin-types.def74 DEF_PRIMITIVE_TYPE (BT_UINT32, uint32_type_node)
H A Domp-expand.c6693 = build_array_type (uint32_type_node, dim_arr_index_type); in grid_create_kernel_launch_attr_types()
6698 uint32_type_node); in grid_create_kernel_launch_attr_types()
6724 tree ref = build4 (ARRAY_REF, uint32_type_node, in grid_insert_store_range_dim()
6765 tree dimref = build3 (COMPONENT_REF, uint32_type_node, lattrs, in grid_get_kernel_launch_attributes()
6768 tree dimensions = build_int_cstu (uint32_type_node, max_dim + 1); in grid_get_kernel_launch_attributes()
H A Dhsa-gen.c3998 uint32_type_node); in get_hsa_kernel_dispatch_offset()
4002 uint32_type_node); in get_hsa_kernel_dispatch_offset()
4022 uint32_type_node); in get_hsa_kernel_dispatch_offset()
H A Dtree.h3812 #define uint32_type_node global_trees[TI_UINT32_TYPE] macro
H A Dtree.c9979 uint32_type_node = make_or_reuse_type (32, 1); in build_common_tree_nodes()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltin-types.def79 DEF_PRIMITIVE_TYPE (BT_UINT32, uint32_type_node)
H A Dtree.h3904 #define uint32_type_node global_trees[TI_UINT32_TYPE] macro
H A Dtree.c9361 uint32_type_node = build_nonstandard_integer_type (32, true); in build_common_tree_nodes()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c4304 c_uint32_type_node = uint32_type_node = in c_common_nodes_and_builtins()