Lines Matching defs:spill
383 void spill(MachineBasicBlock::iterator Before, Register VirtReg,
471 // Allocate a new stack object for this spill location...
562 /// Insert spill instruction for \p AssignedReg before \p Before. Update
564 void RegAllocFastImpl::spill(MachineBasicBlock::iterator Before,
579 // When we spill a virtual register, we will have spill instructions behind
596 LLVM_DEBUG(dbgs() << "Inserting debug info due to spill:\n" << *NewDV);
599 // We need to insert a DBG_VALUE at the end of the block if the spill slot
601 // spill. This will allow LiveDebugValues to see the correct live out
605 LLVM_DEBUG(dbgs() << "Cloning debug info due to live out spill\n");
788 LLVM_DEBUG(dbgs() << "Cannot spill pre-assigned "
1093 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut);
1663 // Modify DBG_VALUE now that the value is in a spill slot.