Searched refs:dispatch_decl (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2614 dispatch_function_versions (tree dispatch_decl, in dispatch_function_versions() argument 2635 gcc_assert (dispatch_decl != NULL in dispatch_function_versions() 2652 push_cfun (DECL_STRUCT_FUNCTION (dispatch_decl)); in dispatch_function_versions() 2696 *empty_bb = add_condition_to_bb (dispatch_decl, in dispatch_function_versions() 2702 *empty_bb = add_condition_to_bb (dispatch_decl, default_decl, in dispatch_function_versions() 2785 tree dispatch_decl = NULL; in ix86_get_function_versions_dispatcher() local 2839 dispatch_decl = make_dispatcher_decl (default_node->decl); in ix86_get_function_versions_dispatcher() 2841 dispatcher_node = cgraph_node::get_create (dispatch_decl); in ix86_get_function_versions_dispatcher() 2853 it_v->dispatcher_resolver = dispatch_decl; in ix86_get_function_versions_dispatcher() 2865 return dispatch_decl; in ix86_get_function_versions_dispatcher()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2484 dispatch_function_versions (tree dispatch_decl, in dispatch_function_versions() argument 2505 gcc_assert (dispatch_decl != NULL in dispatch_function_versions() 2522 push_cfun (DECL_STRUCT_FUNCTION (dispatch_decl)); in dispatch_function_versions() 2566 *empty_bb = add_condition_to_bb (dispatch_decl, in dispatch_function_versions() 2572 *empty_bb = add_condition_to_bb (dispatch_decl, default_decl, in dispatch_function_versions() 2655 tree dispatch_decl = NULL; in ix86_get_function_versions_dispatcher() local 2709 dispatch_decl = make_dispatcher_decl (default_node->decl); in ix86_get_function_versions_dispatcher() 2711 dispatcher_node = cgraph_node::get_create (dispatch_decl); in ix86_get_function_versions_dispatcher() 2723 it_v->dispatcher_resolver = dispatch_decl; in ix86_get_function_versions_dispatcher() 2735 return dispatch_decl; in ix86_get_function_versions_dispatcher()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 24870 tree dispatch_decl = NULL; in rs6000_get_function_versions_dispatcher() local 24933 dispatch_decl = make_dispatcher_decl (default_node->decl); in rs6000_get_function_versions_dispatcher() 24935 dispatcher_node = cgraph_node::get_create (dispatch_decl); in rs6000_get_function_versions_dispatcher() 24947 it_v->dispatcher_resolver = dispatch_decl; in rs6000_get_function_versions_dispatcher() 24959 return dispatch_decl; in rs6000_get_function_versions_dispatcher() 24969 const tree dispatch_decl, in make_resolver_func() argument 24989 DECL_EXTERNAL (dispatch_decl) = 0; in make_resolver_func() 25005 TREE_PUBLIC (dispatch_decl) = 0; in make_resolver_func() 25025 DECL_ATTRIBUTES (dispatch_decl) in make_resolver_func() 25026 = make_attribute ("ifunc", resolver_name, DECL_ATTRIBUTES (dispatch_decl)); in make_resolver_func() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 24184 tree dispatch_decl = NULL; in rs6000_get_function_versions_dispatcher() local 24247 dispatch_decl = make_dispatcher_decl (default_node->decl); in rs6000_get_function_versions_dispatcher() 24249 dispatcher_node = cgraph_node::get_create (dispatch_decl); in rs6000_get_function_versions_dispatcher() 24261 it_v->dispatcher_resolver = dispatch_decl; in rs6000_get_function_versions_dispatcher() 24273 return dispatch_decl; in rs6000_get_function_versions_dispatcher() 24283 const tree dispatch_decl, in make_resolver_func() argument 24303 DECL_EXTERNAL (dispatch_decl) = 0; in make_resolver_func() 24319 TREE_PUBLIC (dispatch_decl) = 0; in make_resolver_func() 24339 DECL_ATTRIBUTES (dispatch_decl) in make_resolver_func() 24340 = make_attribute ("ifunc", resolver_name, DECL_ATTRIBUTES (dispatch_decl)); in make_resolver_func() [all …]
|