Searched refs:uint32_type_node (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-grid.c | 1340 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 D | sancov.c | 81 to_type = uint32_type_node; in instrument_comparison()
|
H A D | hsa-brig.c | 2087 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 D | gimple-ssa-store-merging.c | 1257 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 D | asan.c | 2733 = 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 D | builtin-types.def | 74 DEF_PRIMITIVE_TYPE (BT_UINT32, uint32_type_node)
|
H A D | omp-expand.c | 6693 = 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 D | hsa-gen.c | 3998 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 D | tree.h | 3812 #define uint32_type_node global_trees[TI_UINT32_TYPE] macro
|
H A D | tree.c | 9979 uint32_type_node = make_or_reuse_type (32, 1); in build_common_tree_nodes()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtin-types.def | 79 DEF_PRIMITIVE_TYPE (BT_UINT32, uint32_type_node)
|
H A D | tree.h | 3904 #define uint32_type_node global_trees[TI_UINT32_TYPE] macro
|
H A D | tree.c | 9361 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 D | c-common.c | 4304 c_uint32_type_node = uint32_type_node = in c_common_nodes_and_builtins()
|