Home
last modified time | relevance | path

Searched refs:IR3_REG_KILL (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_liveness.c59 src->flags &= ~IR3_REG_KILL; in compute_block_liveness()
61 src->flags |= IR3_REG_KILL; in compute_block_liveness()
H A Dir3_lower_spill.c73 if (base->flags & IR3_REG_KILL) in reset_base_reg()
H A Dir3_ra.c1747 !(src->flags & IR3_REG_KILL)) { in handle_collect()
2450 if (dst->tied && !(dst->tied->flags & IR3_REG_KILL)) in calc_min_limit_pressure()
H A Dir3_spill.c1144 if (!(src->flags & IR3_REG_KILL)) in is_last_pcopy_src()
2048 if (!(src->flags & IR3_REG_KILL) && in fixup_merge_sets()
H A Dir3.h142 IR3_REG_KILL = 0x10000, enumerator
144 /* Similar to IR3_REG_KILL, except that if there are multiple uses of the

Completed in 12 milliseconds