Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp90 pc->tmp_in_scc = false; in insert_parallelcopies()
108 pc->tmp_in_scc = block.scc_live_out; in insert_parallelcopies()
Daco_register_allocation.cpp1479 pi->tmp_in_scc = true; in handle_pseudo()
1497 pi->tmp_in_scc = false; in handle_pseudo()
2319 pc->tmp_in_scc = false; in register_allocation()
Daco_ir.h1264 bool tmp_in_scc; member
Daco_lower_to_hw_instr.cpp1335 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr)); in handle_operands()
1395 bool preserve_scc = pi->tmp_in_scc && !writes_scc; in handle_operands()