Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp294 Idx wr_idx = last_writer_idx(ctx, instr->operands[0]); in try_optimize_scc_nocompare()
296 if (!wr_idx.found() || wr_idx != sccwr_idx) in try_optimize_scc_nocompare()
299 Instruction* wr_instr = ctx.get(wr_idx); in try_optimize_scc_nocompare()
361 Idx wr_idx = last_writer_idx(ctx, instr->operands[scc_op_idx]); in try_optimize_scc_nocompare() local
362 if (!wr_idx.found()) in try_optimize_scc_nocompare()
365 Instruction* wr_instr = ctx.get(wr_idx); in try_optimize_scc_nocompare()

Completed in 1 milliseconds