Searched refs:other_instr (Results 1 – 2 of 2) sorted by relevance
336 nir_instr *const other_instr = other_use->parent_instr; in get_similar_flrp_stats() local337 if (other_instr->type != nir_instr_type_alu) in get_similar_flrp_stats()341 if (other_instr == &alu->instr) in get_similar_flrp_stats()344 nir_alu_instr *const other_alu = nir_instr_as_alu(other_instr); in get_similar_flrp_stats()
181 | other_instr250 other_instr: T_OP_CALL T_LABEL_REF { new_instr($1); label($2); }