Searched refs:hsa_function_representation (Results 1 – 6 of 6) sorted by relevance
1101 class hsa_function_representation1104 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 *);
203 hsa_function_representation::hsa_function_representation in hsa_function_representation() function223 hsa_function_representation::hsa_function_representation (hsa_internal_fn *fn) in hsa_function_representation() function236 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 …]
48 class hsa_function_representation *hsa_cfun;
653 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()
4105 (hsa_function_representation): Change hsa_op_reg_p into plain29342 * hsa-gen.c (hsa_function_representation::update_dominance): New29360 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.29361 (hsa_function_representation::update_dominance): New function.
4503 * hsa-gen.c (hsa_function_representation::hsa_function_representation):