Home
last modified time | relevance | path

Searched refs:m_bound_function (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-hsa.c83 if (s != NULL && s->m_bound_function != NULL) in process_hsa_functions()
140 e->redirect_callee (dst->m_bound_function); in process_hsa_functions()
202 bp_pack_value (&bp, s->m_bound_function != NULL, 1); in ipa_hsa_write_summary()
204 if (s->m_bound_function) in ipa_hsa_write_summary()
205 stream_write_tree (ob, s->m_bound_function->decl, true); in ipa_hsa_write_summary()
258 s->m_bound_function = cgraph_node::get_create (decl); in ipa_hsa_read_section()
H A Dhsa-common.c825 gpu_summary->m_bound_function = host; in link_functions()
826 host_summary->m_bound_function = gpu; in link_functions()
H A Dhsa-common.h1229 cgraph_node *m_bound_function; variable
1240 m_bound_function (NULL), m_gpu_implementation_p (false) in hsa_function_summary()
H A Dhsa-gen.c969 return s->m_bound_function ? s->m_bound_function->decl : NULL; in hsa_get_host_function()
982 && s->m_bound_function) in get_brig_function_name()
983 d = s->m_bound_function->decl; in get_brig_function_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20164101 m_bound_function.