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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp109 last_writer_idx(pr_opt_ctx& ctx, PhysReg physReg, RegClass rc) function in namespace:aco::__anon8dc067450110
125 last_writer_idx(pr_opt_ctx& ctx, const Operand& op) function in namespace:aco::__anon8dc067450110
135 instr_idx = last_writer_idx(ctx, op.physReg(), op.regClass());
204 Idx op0_instr_idx = last_writer_idx(ctx, instr->operands[0]);
205 Idx last_vcc_wr_idx = last_writer_idx(ctx, vcc, ctx.program->lane_mask);
271 Idx wr_idx = last_writer_idx(ctx, instr->operands[0]);
272 Idx sccwr_idx = last_writer_idx(ctx, scc, s1);
338 Idx wr_idx = last_writer_idx(ctx, instr->operands[scc_op_idx]);
393 Idx op_instr_idx = last_writer_idx(ctx, instr->operands[i]);

Completed in 2 milliseconds