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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp276 Instruction* wr_instr = ctx.get(wr_idx); local in function:aco::__anon8dc067450110::try_optimize_scc_nocompare
277 if (!wr_instr->isSALU() || wr_instr->definitions.size() < 2 ||
278 wr_instr->definitions[1].physReg() != scc)
282 switch (wr_instr->opcode) {
316 /* Use the SCC def from wr_instr */
318 instr->operands[0] = Operand(wr_instr->definitions[1].getTemp(), scc);
342 Instruction* wr_instr = ctx.get(wr_idx); local in function:aco::__anon8dc067450110::try_optimize_scc_nocompare
345 if (wr_instr->opcode != aco_opcode::s_cmp_eq_u32 &&
346 wr_instr
[all...]

Completed in 2 milliseconds