Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-common.h1100 class hsa_function_representation
1103 hsa_function_representation (tree fdecl, bool kernel_p,
1106 hsa_function_representation (hsa_internal_fn *fn);
1107 ~hsa_function_representation ();
1316 extern struct hsa_function_representation *hsa_cfun;
1372 hsa_function_representation *hsa_generate_function_declaration (tree decl);
1373 hsa_function_representation *hsa_generate_internal_fn_decl (hsa_internal_fn *);
H A Dhsa-gen.c201 hsa_function_representation::hsa_function_representation in hsa_function_representation() function
221 hsa_function_representation::hsa_function_representation (hsa_internal_fn *fn) in hsa_function_representation() function
234 hsa_function_representation::~hsa_function_representation () in ~hsa_function_representation()
269 hsa_function_representation::get_shadow_reg () in get_shadow_reg()
296 bool hsa_function_representation::has_shadow_reg_p () in has_shadow_reg_p()
302 hsa_function_representation::init_extra_bbs () in init_extra_bbs()
309 hsa_function_representation::update_dominance () in update_dominance()
319 hsa_function_representation::create_hsa_temporary (BrigType16_t type) in create_hsa_temporary()
330 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.c652 emit_function_directives (hsa_function_representation *f, bool is_declaration) in emit_function_directives()
1214 hsa_function_representation *f = hsa_generate_function_declaration (decl); in emit_function_declaration()
1230 hsa_function_representation *f = hsa_generate_internal_fn_decl (fn); in emit_internal_fn_decl()