Searched refs:IR3_REG_KILL (Results 1 – 4 of 4) sorted by relevance
59 src->flags &= ~IR3_REG_KILL; in compute_block_liveness()61 src->flags |= IR3_REG_KILL; in compute_block_liveness()
1053 if (!(src->flags & IR3_REG_KILL)) in is_last_pcopy_src()1928 if (!(src->flags & IR3_REG_KILL) && in fixup_merge_sets()
1470 !(src->flags & IR3_REG_KILL)) { in handle_collect()2168 if (dst->tied && !(dst->tied->flags & IR3_REG_KILL)) in calc_min_limit_pressure()
138 IR3_REG_KILL = 0x10000, enumerator