Lines Matching refs:export
53 /* must write to same export (issues otherwise?) */
54 return a->alu.export == b->alu.export;
134 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0)
204 ins->alu.export = -1;
223 instr_alloc_type_t export = ~0u;
231 export = MIN2(export, export_buf(instr->alu.export));
239 if (is_export(instr) && export_buf(instr->alu.export) != export)
246 (is_export(instr) && export == SQ_MEMORY))