Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-hsa.c82 if (s->m_bound_function != NULL) in process_hsa_functions()
139 e->redirect_callee (dst->m_bound_function); in process_hsa_functions()
201 bp_pack_value (&bp, s->m_bound_function != NULL, 1); in ipa_hsa_write_summary()
203 if (s->m_bound_function) in ipa_hsa_write_summary()
204 stream_write_tree (ob, s->m_bound_function->decl, true); in ipa_hsa_write_summary()
257 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.h1227 cgraph_node *m_bound_function; member
1238 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()