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