Home
last modified time | relevance | path

Searched refs:IR3_REG_FIRST_KILL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c66 src->flags &= ~IR3_REG_FIRST_KILL; in compute_block_liveness()
68 src->flags |= IR3_REG_FIRST_KILL; in compute_block_liveness()
Dir3_ra.c1472 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()
Dir3_print.c285 if (reg->flags & IR3_REG_FIRST_KILL) in print_reg_name()
Dir3_spill.c1057 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()
Dir3.h148 IR3_REG_FIRST_KILL = 0x20000, enumerator