Home
last modified time | relevance | path

Searched refs:IR3_INSTR_UNUSED (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c51 instr->flags &= ~IR3_INSTR_UNUSED; in instr_dce()
77 if (instr->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()
127 instr->flags |= IR3_INSTR_UNUSED; in find_and_remove_unused()
172 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
178 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
184 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
190 if (in->flags & IR3_INSTR_UNUSED) in find_and_remove_unused()
Dir3_spill.c553 dst->instr->flags |= IR3_INSTR_UNUSED; in init_dst()
702 val->def->instr->flags &= ~IR3_INSTR_UNUSED; in set_src_val()
737 reg->instr->flags &= ~IR3_INSTR_UNUSED; in spill()
1289 pcopy->flags |= IR3_INSTR_UNUSED; in handle_pcopy()
1627 phi->flags |= IR3_INSTR_UNUSED; in rewrite_phi()
1880 phi->flags |= IR3_INSTR_UNUSED; in simplify_phi_node()
1932 if (instr->opc == OPC_META_PHI || (instr->flags & IR3_INSTR_UNUSED)) in simplify_phi_nodes()
1949 if (instr->flags & IR3_INSTR_UNUSED) { in simplify_phi_nodes()
1967 instr->flags &= ~IR3_INSTR_UNUSED; in unmark_dead()
1980 if (instr->flags & IR3_INSTR_UNUSED) in cleanup_dead()
Dir3_sched.c509 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()
1040 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
Dir3_print.c79 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
Dir3_postsched.c594 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
Dir3.h320 IR3_INSTR_UNUSED = 0x08000, enumerator