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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ssa_elimination.cpp110 pc->tmp_in_scc = false;
133 pc->tmp_in_scc = block.scc_live_out;
H A Daco_lower_to_hw_instr.cpp1509 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr));
1553 bool preserve_scc = pi->tmp_in_scc && !writes_scc;
H A Daco_register_allocation.cpp1814 instr->pseudo().tmp_in_scc = reg_file[scc];
2767 pc->tmp_in_scc = false;
H A Daco_ir.h1630 bool tmp_in_scc; member in struct:aco::Pseudo_instruction
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dtest_regalloc.cpp237 fprintf(output, " scc:%u scratch:s%u\n", parallelcopy.tmp_in_scc, parallelcopy.scratch_sgpr.reg());

Completed in 17 milliseconds