Searched refs:IR3_INSTR_UNUSED (Results 1 – 5 of 5) sorted by relevance
149 instr->flags |= IR3_INSTR_UNUSED; in remove_unused_by_block()185 if (instr->flags & IR3_INSTR_UNUSED) in ir3_depth()192 if (in && (in->flags & IR3_INSTR_UNUSED)) in ir3_depth()
208 IR3_INSTR_UNUSED= 0x2000, enumerator757 debug_assert(!(reg->instr && (reg->instr->flags & IR3_INSTR_UNUSED))); in ssa()
381 if (a->flags & IR3_INSTR_UNUSED) in instr_before()439 while (f && (f->flags & IR3_INSTR_UNUSED)) { in get_definer()
306 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()
3398 if (in && !(in->flags & IR3_INSTR_UNUSED)) { in ir3_compile_shader_nir()