Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c49 dst->flags &= ~IR3_REG_UNUSED; in compute_block_liveness()
51 dst->flags |= IR3_REG_UNUSED; in compute_block_liveness()
Dir3_print.c241 if (reg->flags & IR3_REG_UNUSED) in print_reg_name()
Dir3_ra.c1234 if (!(dst->flags & IR3_REG_UNUSED)) in insert_dst()
1555 if (instr->dsts[0]->flags & IR3_REG_UNUSED) in assign_input()
1730 if (phi->dsts[0]->flags & IR3_REG_UNUSED) in assign_phi()
Dir3_spill.c1017 (instr->dsts[i]->flags & IR3_REG_UNUSED)) in handle_instr()
1216 if (instr->dsts[0]->flags & IR3_REG_UNUSED) in remove_input_phi()
Dir3.h150 IR3_REG_UNUSED = 0x40000, enumerator