Home
last modified time | relevance | path

Searched refs:hsa_function_representation (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h1101 class hsa_function_representation
1104 hsa_function_representation (tree fdecl, bool kernel_p,
1107 hsa_function_representation (hsa_internal_fn *fn);
1108 ~hsa_function_representation ();
1321 extern class hsa_function_representation *hsa_cfun;
1377 hsa_function_representation *hsa_generate_function_declaration (tree decl);
1378 hsa_function_representation *hsa_generate_internal_fn_decl (hsa_internal_fn *);
H A Dhsa-gen.c203 hsa_function_representation::hsa_function_representation in hsa_function_representation() function
223 hsa_function_representation::hsa_function_representation (hsa_internal_fn *fn) in hsa_function_representation() function
236 hsa_function_representation::~hsa_function_representation () in ~hsa_function_representation()
271 hsa_function_representation::get_shadow_reg () in get_shadow_reg()
298 bool hsa_function_representation::has_shadow_reg_p () in has_shadow_reg_p()
304 hsa_function_representation::init_extra_bbs () in init_extra_bbs()
311 hsa_function_representation::update_dominance () in update_dominance()
321 hsa_function_representation::create_hsa_temporary (BrigType16_t type) in create_hsa_temporary()
332 hsa_function_representation::get_linkage () in get_linkage()
1329 hsa_function_representation::reg_for_gimple_ssa (tree ssa) in reg_for_gimple_ssa()
[all …]
H A Dhsa-common.c48 class hsa_function_representation *hsa_cfun;
H A Dhsa-brig.c653 emit_function_directives (hsa_function_representation *f, bool is_declaration) in emit_function_directives()
1215 hsa_function_representation *f = hsa_generate_function_declaration (decl); in emit_function_declaration()
1231 hsa_function_representation *f = hsa_generate_internal_fn_decl (fn); in emit_internal_fn_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20164105 (hsa_function_representation): Change hsa_op_reg_p into plain
29342 * hsa-gen.c (hsa_function_representation::update_dominance): New
29360 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
29361 (hsa_function_representation::update_dominance): New function.
H A DChangeLog-20174503 * hsa-gen.c (hsa_function_representation::hsa_function_representation):