Searched refs:IR3_REG_UNUSED (Results 1 – 5 of 5) sorted by relevance
49 dst->flags &= ~IR3_REG_UNUSED; in compute_block_liveness()51 dst->flags |= IR3_REG_UNUSED; in compute_block_liveness()
241 if (reg->flags & IR3_REG_UNUSED) in print_reg_name()
1234 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()
1017 (instr->dsts[i]->flags & IR3_REG_UNUSED)) in handle_instr()1216 if (instr->dsts[0]->flags & IR3_REG_UNUSED) in remove_input_phi()
150 IR3_REG_UNUSED = 0x40000, enumerator