Searched refs:IR3_INSTR_UNUSED (Results 1 – 6 of 6) sorted by relevance
51 instr->flags &= ~IR3_INSTR_UNUSED; in instr_dce()75 if (instr->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()118 instr->flags |= IR3_INSTR_UNUSED; in find_and_remove_unused()163 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()169 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()175 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()181 if (in->flags & IR3_INSTR_UNUSED) in find_and_remove_unused()
1198 pcopy->flags |= IR3_INSTR_UNUSED; in handle_pcopy()1531 phi->flags |= IR3_INSTR_UNUSED; in rewrite_phi()1782 phi->flags |= IR3_INSTR_UNUSED; in simplify_phi_node()1818 if (instr->opc == OPC_META_PHI || (instr->flags & IR3_INSTR_UNUSED)) in simplify_phi_nodes()1831 if (instr->flags & IR3_INSTR_UNUSED) in simplify_phi_nodes()1847 instr->flags &= ~IR3_INSTR_UNUSED; in unmark_dead()1860 if (instr->flags & IR3_INSTR_UNUSED) in cleanup_dead()
470 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()982 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
79 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
587 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
295 IR3_INSTR_UNUSED = 0x10000, enumerator