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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp333 unsigned scc_op_idx = 0; local in function:aco::__anon8dc067450110::try_optimize_scc_nocompare
335 scc_op_idx = 2;
338 Idx wr_idx = last_writer_idx(ctx, instr->operands[scc_op_idx]);
354 if (ctx.uses[instr->operands[scc_op_idx].tempId()] > 1)
370 ctx.uses[instr->operands[scc_op_idx].tempId()]--;
371 instr->operands[scc_op_idx] = wr_instr->operands[0];

Completed in 2 milliseconds