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()
287 if (reg->flags & IR3_REG_UNUSED) in print_reg_name()
1488 if (!(dst->flags & IR3_REG_UNUSED)) in insert_dst()1837 if (instr->dsts[0]->flags & IR3_REG_UNUSED) in assign_input()2012 if (phi->dsts[0]->flags & IR3_REG_UNUSED) in assign_phi()
1108 (instr->dsts[i]->flags & IR3_REG_UNUSED)) in handle_instr()1307 if (instr->dsts[0]->flags & IR3_REG_UNUSED) in remove_input_phi()
154 IR3_REG_UNUSED = 0x40000, enumerator