Searched refs:wr_idx (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_optimizer_postRA.cpp | 271 Idx wr_idx = last_writer_idx(ctx, instr->operands[0]); local in function:aco::__anon8dc067450110::try_optimize_scc_nocompare 273 if (!wr_idx.found() || wr_idx != sccwr_idx) 276 Instruction* wr_instr = ctx.get(wr_idx); 338 Idx wr_idx = last_writer_idx(ctx, instr->operands[scc_op_idx]); local in function:aco::__anon8dc067450110::try_optimize_scc_nocompare 339 if (!wr_idx.found()) 342 Instruction* wr_instr = ctx.get(wr_idx); |
Completed in 2 milliseconds