Home
last modified time | relevance | path

Searched refs:make_unsigned_type (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc825 d_ubyte_type = make_unsigned_type (8); in d_build_d_type_nodes()
828 d_ushort_type = make_unsigned_type (16); in d_build_d_type_nodes()
831 d_uint_type = make_unsigned_type (32); in d_build_d_type_nodes()
834 d_ulong_type = make_unsigned_type (64); in d_build_d_type_nodes()
837 d_ucent_type = make_unsigned_type (128); in d_build_d_type_nodes()
846 d_bool_type = make_unsigned_type (1); in d_build_d_type_nodes()
852 char8_type_node = make_unsigned_type (8); in d_build_d_type_nodes()
855 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes()
858 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
H A Dtypes.cc980 build_frontend_type (make_unsigned_type (WCHAR_TYPE_SIZE)); in visit()
H A Dd-codegen.cc997 tmode = make_unsigned_type (GET_MODE_BITSIZE (mode.require ())); in lower_struct_comparison()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc810 d_ubyte_type = make_unsigned_type (8); in d_build_d_type_nodes()
813 d_ushort_type = make_unsigned_type (16); in d_build_d_type_nodes()
816 d_uint_type = make_unsigned_type (32); in d_build_d_type_nodes()
819 d_ulong_type = make_unsigned_type (64); in d_build_d_type_nodes()
822 d_ucent_type = make_unsigned_type (128); in d_build_d_type_nodes()
831 d_bool_type = make_unsigned_type (1); in d_build_d_type_nodes()
834 char8_type_node = make_unsigned_type (8); in d_build_d_type_nodes()
837 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes()
840 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
H A Dd-codegen.cc936 tmode = make_unsigned_type (GET_MODE_BITSIZE (mode.require ())); in lower_struct_comparison()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.h96 extern tree make_unsigned_type (int);
H A Dtree.cc9146 return make_unsigned_type (size); in make_or_reuse_type()
9281 unsigned_char_type_node = make_unsigned_type (CHAR_TYPE_SIZE); in build_common_tree_nodes()
9289 : make_unsigned_type (CHAR_TYPE_SIZE)); in build_common_tree_nodes()
9293 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE); in build_common_tree_nodes()
9295 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes()
9297 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE); in build_common_tree_nodes()
9299 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE); in build_common_tree_nodes()
9304 int_n_trees[i].unsigned_type = make_unsigned_type (int_n_data[i].bitsize); in build_common_tree_nodes()
9315 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE); in build_common_tree_nodes()
H A Dstor-layout.cc2702 make_unsigned_type (int precision) in make_unsigned_type() function
H A Dtree-vect-loop.cc5329 tree cr_index_scalar_type = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction()
5555 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction()
7121 cr_index_scalar_type = make_unsigned_type (scalar_precision); in vectorizable_reduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.h96 extern tree make_unsigned_type (int);
H A Dtree.c10056 return make_unsigned_type (size); in make_or_reuse_type()
10191 unsigned_char_type_node = make_unsigned_type (CHAR_TYPE_SIZE); in build_common_tree_nodes()
10199 : make_unsigned_type (CHAR_TYPE_SIZE)); in build_common_tree_nodes()
10203 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE); in build_common_tree_nodes()
10205 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes()
10207 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE); in build_common_tree_nodes()
10209 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE); in build_common_tree_nodes()
10214 int_n_trees[i].unsigned_type = make_unsigned_type (int_n_data[i].bitsize); in build_common_tree_nodes()
10225 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE); in build_common_tree_nodes()
H A Dtree-vect-loop.c4663 tree cr_index_scalar_type = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction()
4900 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction()
6534 cr_index_scalar_type = make_unsigned_type (scalar_precision); in vectorizable_reduction()
H A Dstor-layout.c2677 make_unsigned_type (int precision) in make_unsigned_type() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c252 type = make_unsigned_type(bits); in brig_langhook_type_for_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c2250 ? make_unsigned_type (precision) in c_common_type_for_mode()
4289 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins()
4305 char8_type_node = make_unsigned_type (char8_type_size); in c_common_nodes_and_builtins()
4321 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins()
4337 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
H A Dc-attribs.c1867 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc2444 ? make_unsigned_type (precision) in c_common_type_for_mode()
4536 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins()
4552 char8_type_node = make_unsigned_type (char8_type_size); in c_common_nodes_and_builtins()
4568 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins()
4584 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
H A Dc-attribs.cc2187 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c1013 ? make_unsigned_type (precision) in lto_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc1017 ? make_unsigned_type (precision) in lto_type_for_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c832 return make_unsigned_type (size); in gfc_build_uint_type()
899 new_type = make_unsigned_type (bit_size); in gfc_build_logical_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc860 return make_unsigned_type (size); in gfc_build_uint_type()
928 new_type = make_unsigned_type (bit_size); in gfc_build_logical_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc803 tree node = make_unsigned_type (BITS_PER_UNIT * sizeof (T)); in load_blob_in_ctor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c12399 vector_pair_type_node = make_unsigned_type (256); in rs6000_init_builtins()
12406 vector_quad_type_node = make_unsigned_type (512); in rs6000_init_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c13973 tree uint24_type = make_unsigned_type (GET_MODE_BITSIZE (PSImode)); in avr_init_builtin_int24()

12