Searched refs:tmp_in_scc (Results 1 – 5 of 5) sorted by relevance
110 pc->tmp_in_scc = false; in insert_parallelcopies()134 pc->tmp_in_scc = block.scc_live_out; in insert_parallelcopies()
1893 instr->pseudo().tmp_in_scc = reg_file[scc]; in handle_pseudo()3002 pc->tmp_in_scc = false; in register_allocation()
1669 bool tmp_in_scc; member
1608 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()
238 …fprintf(output, " scc:%u scratch:s%u\n", parallelcopy.tmp_in_scc, parallelcopy.scratch_sgpr.reg());