Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c481 hsa_bb *hbb = hsa_bb_for_bb (bb); in hsa_deinit_data_for_cfun() local
482 hbb->~hsa_bb (); in hsa_deinit_data_for_cfun()
1057 hsa_op_with_type::get_in_type (BrigType16_t dtype, hsa_bb *hbb) in get_in_type() argument
1067 hbb->append_insn (new hsa_insn_cvt (dest, this)); in get_in_type()
1084 hbb->append_insn (mov); in get_in_type()
1097 hsa_op_with_type::extend_int_to_32bit (hsa_bb *hbb) in extend_int_to_32bit() argument
1100 return get_in_type (BRIG_TYPE_U32, hbb); in extend_int_to_32bit()
1102 return get_in_type (BRIG_TYPE_S32, hbb); in extend_int_to_32bit()
1796 hsa_bb *hbb = hsa_bb_for_bb (old_insn->m_bb); in hsa_insert_insn_before() local
1798 if (hbb->m_first_insn == old_insn) in hsa_insert_insn_before()
[all …]
H A Dhsa-regalloc.c53 hsa_bb *hbb; in naive_process_phi() local
61 hbb = hsa_bb_for_bb (e->src); in naive_process_phi()
65 hbb = hsa_init_new_bb (split_edge (e)); in naive_process_phi()
72 sbr->replace_all_labels (old_dest, hbb->m_bb); in naive_process_phi()
75 hsa_build_append_simple_mov (phi->m_dest, op, hbb); in naive_process_phi()
90 hsa_bb *hbb = hsa_bb_for_bb (bb); in naive_outof_ssa() local
101 for (phi = hbb->m_first_phi; in naive_outof_ssa()
107 hbb->m_first_phi = NULL; in naive_outof_ssa()
108 hbb->m_last_phi = NULL; in naive_outof_ssa()
207 hsa_bb *hbb = hsa_bb_for_bb (bb); in rewrite_code_bb() local
[all …]
H A Dhsa-dump.c1153 dump_hsa_bb (FILE *f, hsa_bb *hbb) in dump_hsa_bb() argument
1160 fprintf (f, "BB %i:\n", hbb->m_index); in dump_hsa_bb()
1163 for (insn = hbb->m_first_phi; insn; insn = insn->m_next) in dump_hsa_bb()
1166 for (insn = hbb->m_first_insn; insn; insn = insn->m_next) in dump_hsa_bb()
1169 if (hbb->m_last_insn && is_a <hsa_insn_sbr *> (hbb->m_last_insn)) in dump_hsa_bb()
1172 FOR_EACH_EDGE (e, ei, hbb->m_bb->succs) in dump_hsa_bb()
1186 if (!hbb->m_last_insn in dump_hsa_bb()
1187 || hbb->m_last_insn->m_opcode != BRIG_OPCODE_CBR) in dump_hsa_bb()
1190 else if (hbb->m_last_insn in dump_hsa_bb()
1191 && hbb->m_last_insn->m_opcode == BRIG_OPCODE_CBR) in dump_hsa_bb()
[all …]
H A Dhsa-common.h160 hsa_op_with_type *get_in_type (BrigType16_t dtype, hsa_bb *hbb);
163 hsa_op_with_type *extend_int_to_32bit (hsa_bb *hbb);
452 void set_output_in_type (hsa_op_reg *dest, unsigned op_index, hsa_bb *hbb);
1278 void generate (gimple *stmt, hsa_bb *hbb);
H A Dhsa-brig.c744 emit_bb_label_directive (hsa_bb *hbb) in emit_bb_label_directive() argument
752 hbb->m_index); in emit_bb_label_directive()
755 hbb->m_label_ref.m_directive_offset = brig_code.add (&lbldir, in emit_bb_label_directive()
2038 hsa_bb *hbb = hsa_bb_for_bb (sbr->m_jump_table[j]); in hsa_brig_emit_function() local
2040 = hbb->m_label_ref.m_directive_offset; in hsa_brig_emit_function()