Home
last modified time | relevance | path

Searched refs:tmp_in_scc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp110 pc->tmp_in_scc = false; in insert_parallelcopies()
134 pc->tmp_in_scc = block.scc_live_out; in insert_parallelcopies()
Daco_register_allocation.cpp1893 instr->pseudo().tmp_in_scc = reg_file[scc]; in handle_pseudo()
3002 pc->tmp_in_scc = false; in register_allocation()
Daco_ir.h1669 bool tmp_in_scc; member
Daco_lower_to_hw_instr.cpp1608 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr)); in handle_operands()
1652 bool preserve_scc = pi->tmp_in_scc && !writes_scc; in handle_operands()
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_regalloc.cpp238 …fprintf(output, " scc:%u scratch:s%u\n", parallelcopy.tmp_in_scc, parallelcopy.scratch_sgpr.reg());