Searched refs:IR3_INSTR_UNUSED (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c51 instr->flags &= ~IR3_INSTR_UNUSED;
75 if (instr->flags & IR3_INSTR_UNUSED) {
118 instr->flags |= IR3_INSTR_UNUSED;
163 if (instr && (instr->flags & IR3_INSTR_UNUSED))
169 if (instr && (instr->flags & IR3_INSTR_UNUSED))
175 if (instr && (instr->flags & IR3_INSTR_UNUSED))
181 if (in->flags & IR3_INSTR_UNUSED)
H A Dir3_spill.c1198 pcopy->flags |= IR3_INSTR_UNUSED;
1531 phi->flags |= IR3_INSTR_UNUSED;
1782 phi->flags |= IR3_INSTR_UNUSED;
1834 if (instr->opc == OPC_META_PHI || (instr->flags & IR3_INSTR_UNUSED))
1851 if (instr->flags & IR3_INSTR_UNUSED) {
1869 instr->flags &= ~IR3_INSTR_UNUSED;
1882 if (instr->flags & IR3_INSTR_UNUSED)
H A Dir3_print.c79 if (instr->flags & IR3_INSTR_UNUSED) {
H A Dir3_sched.c470 if (baryf->flags & IR3_INSTR_UNUSED)
982 if (src->flags & IR3_INSTR_UNUSED) {
H A Dir3_postsched.c587 if (src->flags & IR3_INSTR_UNUSED)
H A Dir3.h295 IR3_INSTR_UNUSED = 0x10000, enumerator in enum:ir3_instruction::__anon3fdcb7e60403
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c140 instr->flags &= ~IR3_INSTR_UNUSED;
176 if (instr->flags & IR3_INSTR_UNUSED) {
196 while (n->flags & IR3_INSTR_UNUSED) {
224 instr->flags |= IR3_INSTR_UNUSED;
251 if (instr && (instr->flags & IR3_INSTR_UNUSED))
258 if (in && (in->flags & IR3_INSTR_UNUSED))
H A Dir3_ra.c405 if (a->flags & IR3_INSTR_UNUSED)
463 while (f && (f->flags & IR3_INSTR_UNUSED)) {
H A Dir3_sched.c416 if (baryf->flags & IR3_INSTR_UNUSED)
H A Dir3.h216 IR3_INSTR_UNUSED= 0x2000, enumerator in enum:ir3_instruction::__anond9a07c730503
H A Dir3_compiler_nir.c2985 if (in && !(in->flags & IR3_INSTR_UNUSED)) {

Completed in 20 milliseconds