Searched refs:IR3_REG_FIRST_KILL (Results 1 – 5 of 5) sorted by relevance
66 src->flags &= ~IR3_REG_FIRST_KILL; in compute_block_liveness()68 src->flags |= IR3_REG_FIRST_KILL; in compute_block_liveness()
1218 if (!(src->flags & IR3_REG_FIRST_KILL) || interval->is_killed || in mark_src_killed()1310 if (src->flags & IR3_REG_FIRST_KILL) in assign_src()1431 if (src->flags & IR3_REG_FIRST_KILL) { in handle_collect()1620 if (src->flags & IR3_REG_FIRST_KILL) in handle_chmask()2185 if (src->flags & IR3_REG_FIRST_KILL) in calc_min_limit_pressure()
239 if (reg->flags & IR3_REG_FIRST_KILL) in print_reg_name()
967 if (tied_src && !(tied_src->flags & IR3_REG_FIRST_KILL)) in handle_instr()984 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()1001 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()
144 IR3_REG_FIRST_KILL = 0x20000, enumerator