Home
last modified time | relevance | path

Searched refs:uint16_type_node (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc532 cst = build_int_cst (uint16_type_node, low); in build_tree_cst_element()
1227 tree call = call_builtin (built_in, 1, uint16_type_node, uint32_type_node, in visit_element()
1243 tree truncated_source = convert_to_integer (uint16_type_node, operand); in visit_element()
1246 = call_builtin (built_in, 1, uint32_type_node, uint16_type_node, in visit_element()
H A Dbrig-util.cc443 tree_type = uint16_type_node; in gccbrig_tree_type_for_hsa_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsancov.cc76 to_type = uint16_type_node; in instrument_comparison()
H A Dgimple-ssa-store-merging.cc1403 load_type = bswap_type = uint16_type_node; in maybe_optimize_vector_constructor()
1556 load_type = bswap_type = uint16_type_node; in execute()
2850 case 16: type = uint16_type_node; break; in try_coalesce_bswap()
4235 load_type = bswap_type = uint16_type_node; in output_merged_store()
H A Dbuiltin-types.def73 DEF_PRIMITIVE_TYPE (BT_UINT16, uint16_type_node)
H A Dasan.cc3398 = build_function_type_list (void_type_node, uint16_type_node, in initialize_sanitizer_builtins()
3399 uint16_type_node, NULL_TREE); in initialize_sanitizer_builtins()
H A Dtree.h4198 #define uint16_type_node global_trees[TI_UINT16_TYPE] macro
H A Dtree.cc9493 uint16_type_node = make_or_reuse_type (16, 1); in build_common_tree_nodes()
H A DChangeLog-201228898 * tree.c (build_common_tree_nodes): Build uint16_type_node.
28900 (uint16_type_node): New define.
H A DChangeLog-200930208 uint8_type_node, uint16_type_node, c_uint32_type_node,
H A DChangeLog-201738853 uint16_type_node for BT_UINT16.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsancov.c76 to_type = uint16_type_node; in instrument_comparison()
H A Dgimple-ssa-store-merging.c1274 load_type = bswap_type = uint16_type_node; in execute()
2514 case 16: type = uint16_type_node; break; in try_coalesce_bswap()
3898 load_type = bswap_type = uint16_type_node; in output_merged_store()
H A Dasan.c2945 = build_function_type_list (void_type_node, uint16_type_node, in initialize_sanitizer_builtins()
2946 uint16_type_node, NULL_TREE); in initialize_sanitizer_builtins()
H A Dbuiltin-types.def73 DEF_PRIMITIVE_TYPE (BT_UINT16, uint16_type_node)
H A Dtree.h4035 #define uint16_type_node global_trees[TI_UINT16_TYPE] macro
H A Dtree.c10403 uint16_type_node = make_or_reuse_type (16, 1); in build_common_tree_nodes()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc242 return uint16_type_node; in get_tree_node_for_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc1172 build_int_cstu (uint16_type_node, i)); in rs6000_gimple_fold_mma_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c4374 c_uint16_type_node = uint16_type_node = in c_common_nodes_and_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc4621 c_uint16_type_node = uint16_type_node = in c_common_nodes_and_builtins()
H A DChangeLog11497 * c-common.h (uint16_type_node): Rename into...