Searched refs:other_instr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_flrp.c336 nir_instr *const other_instr = other_use->parent_instr; local in function:get_similar_flrp_stats
337 if (other_instr->type != nir_instr_type_alu)
341 if (other_instr == &alu->instr)
344 nir_alu_instr *const other_alu = nir_instr_as_alu(other_instr);
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dparser.y181 | other_instr
250 other_instr: T_OP_CALL T_LABEL_REF { new_instr($1); label($2); } label

Completed in 4 milliseconds