Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp141 last_writer_idx(pr_opt_ctx& ctx, PhysReg physReg, RegClass rc) in last_writer_idx() function
157 last_writer_idx(pr_opt_ctx& ctx, const Operand& op) in last_writer_idx() function
162 return last_writer_idx(ctx, op.physReg(), op.regClass()); in last_writer_idx()
227 Idx op0_instr_idx = last_writer_idx(ctx, instr->operands[0]); in try_apply_branch_vcc()
228 Idx last_vcc_wr_idx = last_writer_idx(ctx, vcc, ctx.program->lane_mask); in try_apply_branch_vcc()
294 Idx wr_idx = last_writer_idx(ctx, instr->operands[0]); in try_optimize_scc_nocompare()
295 Idx sccwr_idx = last_writer_idx(ctx, scc, s1); in try_optimize_scc_nocompare()
361 Idx wr_idx = last_writer_idx(ctx, instr->operands[scc_op_idx]); in try_optimize_scc_nocompare()
416 Idx op_instr_idx = last_writer_idx(ctx, instr->operands[i]); in try_combine_dpp()

Completed in 2 milliseconds