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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp186 * sX, scc = s_and_bXX vcc, exec ; op0_instr
221 Instruction* op0_instr = ctx.get(op0_instr_idx); local in function:aco::__anon8dc067450110::try_apply_branch_vcc
224 if ((op0_instr->opcode != aco_opcode::s_and_b64 /* wave64 */ &&
225 op0_instr->opcode != aco_opcode::s_and_b32 /* wave32 */) ||
226 op0_instr->operands[0].physReg() != vcc || op0_instr->operands[1].physReg() != exec ||
230 assert(last_vcc_wr->definitions[0].tempId() == op0_instr->operands[0].tempId());
235 instr->operands[0] = op0_instr->operands[0];

Completed in 2 milliseconds