Searched refs:tmp_in_scc (Results 1 – 5 of 5) sorted by relevance
110 pc->tmp_in_scc = false; in insert_parallelcopies()133 pc->tmp_in_scc = block.scc_live_out; in insert_parallelcopies()
1814 instr->pseudo().tmp_in_scc = reg_file[scc]; in handle_pseudo()2767 pc->tmp_in_scc = false; in register_allocation()
1509 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr)); in handle_operands()1553 bool preserve_scc = pi->tmp_in_scc && !writes_scc; in handle_operands()
1630 bool tmp_in_scc; member
237 …fprintf(output, " scc:%u scratch:s%u\n", parallelcopy.tmp_in_scc, parallelcopy.scratch_sgpr.reg());