Lines Matching refs:tempId
253 assert(last_vcc_wr->definitions[0].tempId() == op0_instr->operands[0].tempId());
256 ctx.uses[instr->operands[0].tempId()]--;
290 if (ctx.uses[instr->operands[0].tempId()] > 1)
340 ctx.uses[instr->operands[0].tempId()]--;
342 ctx.uses[instr->operands[0].tempId()]++;
377 if (ctx.uses[instr->operands[scc_op_idx].tempId()] > 1)
393 ctx.uses[instr->operands[scc_op_idx].tempId()]--;
431 (!mov->definitions[0].tempId() || ctx.uses[mov->definitions[0].tempId()] > 1))
444 if (--ctx.uses[mov->definitions[0].tempId()])
445 ctx.uses[mov->operands[0].tempId()]++;