Searched defs:hbb (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | hsa-gen.c | 479 hsa_bb *hbb = hsa_bb_for_bb (bb); in hsa_deinit_data_for_cfun() local 1057 hsa_op_with_type::get_in_type (BrigType16_t dtype, hsa_bb *hbb) in get_in_type() 1097 hsa_op_with_type::extend_int_to_32bit (hsa_bb *hbb) in extend_int_to_32bit() 1796 hsa_bb *hbb = hsa_bb_for_bb (old_insn->m_bb); in hsa_insert_insn_before() local 1813 hsa_bb *hbb = hsa_bb_for_bb (old_insn->m_bb); in hsa_append_insn_after() local 1831 gen_address_calculation (tree exp, hsa_bb *hbb, BrigType16_t addrtype) in gen_address_calculation() 1882 add_addr_regs_if_needed (hsa_op_reg *r1, hsa_op_reg *r2, hsa_bb *hbb) in add_addr_regs_if_needed() 1903 hsa_op_reg **reg, offset_int *offset, hsa_bb *hbb) in process_mem_base() 2142 gen_hsa_addr_with_align (tree ref, hsa_bb *hbb, BrigAlignment8_t *output_align) in gen_hsa_addr_with_align() 2189 hsa_bb *hbb) in convert_addr_to_flat_segment() [all …]
|
H A D | hsa-regalloc.c | 52 hsa_bb *hbb; in naive_process_phi() local 89 hsa_bb *hbb = hsa_bb_for_bb (bb); in naive_outof_ssa() local 206 hsa_bb *hbb = hsa_bb_for_bb (bb); in rewrite_code_bb() local 259 hsa_bb *hbb = (struct hsa_bb *) bb->aux; in dump_hsa_cfun_regalloc() local 438 hsa_bb *hbb = hsa_bb_for_bb (bb); in linear_scan_regalloc() local 470 hsa_bb *hbb = hsa_bb_for_bb (bb); in linear_scan_regalloc() local 526 hsa_bb *hbb = hsa_bb_for_bb (bb); in linear_scan_regalloc() local
|
H A D | hsa-dump.c | 1152 dump_hsa_bb (FILE *f, hsa_bb *hbb) in dump_hsa_bb() 1232 hsa_bb *hbb = (struct hsa_bb *) bb->aux; in dump_hsa_cfun() local 1248 debug_hsa_bb (hsa_bb *hbb) in debug_hsa_bb()
|
H A D | hsa-brig.c | 743 emit_bb_label_directive (hsa_bb *hbb) in emit_bb_label_directive() 2037 hsa_bb *hbb = hsa_bb_for_bb (sbr->m_jump_table[j]); in hsa_brig_emit_function() local
|