Searched refs:dispatch_decl (Results 1 – 2 of 2) sorted by relevance
2614 dispatch_function_versions (tree dispatch_decl, in dispatch_function_versions() argument2635 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() local2839 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()
24870 tree dispatch_decl = NULL; in rs6000_get_function_versions_dispatcher() local24933 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() argument24989 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 …]