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()
1472 if (!(src->flags & IR3_REG_FIRST_KILL) || interval->is_killed || in mark_src_killed()1580 if (src->flags & IR3_REG_FIRST_KILL) in assign_src()1708 if (src->flags & IR3_REG_FIRST_KILL) { in handle_collect()1902 if (src->flags & IR3_REG_FIRST_KILL) in handle_chmask()2467 if (src->flags & IR3_REG_FIRST_KILL) in calc_min_limit_pressure()
285 if (reg->flags & IR3_REG_FIRST_KILL) in print_reg_name()
1057 if ((tied_src && !(tied_src->flags & IR3_REG_FIRST_KILL)) || in handle_instr()1075 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()1092 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()
148 IR3_REG_FIRST_KILL = 0x20000, enumerator