Lines Matching refs:to_spill
539 Temp to_spill;
546 to_spill = pair.first;
560 if (!ctx.spills_exit[block_idx - 1].count(to_spill)) {
561 spill_id = ctx.allocate_spill_id(to_spill.regClass());
563 spill_id = ctx.spills_exit[block_idx - 1][to_spill];
566 ctx.spills_entry[block_idx][to_spill] = spill_id;
567 spilled_registers += to_spill;
568 loop_demand -= to_spill;
580 Temp to_spill;
587 to_spill = pair.first;
592 ctx.spills_entry[block_idx][to_spill] = ctx.allocate_spill_id(to_spill.regClass());
593 spilled_registers += to_spill;
594 reg_pressure -= to_spill;
731 Temp to_spill = Temp();
740 to_spill = *it;
746 ctx.spills_entry[block_idx][to_spill] = ctx.allocate_spill_id(to_spill.regClass());
747 partial_spills.erase(to_spill);
748 spilled_registers += to_spill;
749 reg_pressure -= to_spill;
1222 Temp to_spill;
1235 to_spill = pair.first;
1242 uint32_t spill_id = ctx.allocate_spill_id(to_spill.regClass());
1250 current_spills[to_spill] = spill_id;
1251 spilled_registers += to_spill;
1254 if (ctx.renames[block_idx].count(to_spill)) {
1255 to_spill = ctx.renames[block_idx][to_spill];
1261 spill->operands[0] = Operand(to_spill);