Lines Matching defs:Spill
63 // - Spill/Restore SGPRs using TmpVGPR
215 // Spill needed lanes
224 // Spill active lanes
228 // Spill inactive lanes
290 // Spill needed lanes
299 // Spill active lanes
302 // Spill inactive lanes
1786 SpilledReg Spill = VGPRSpills[i];
1796 SB.TII.get(AMDGPU::SI_SPILL_S32_TO_VGPR), Spill.VGPR)
1798 .addImm(Spill.Lane)
1799 .addReg(Spill.VGPR);
1903 SpilledReg Spill = VGPRSpills[i];
1906 .addReg(Spill.VGPR)
1907 .addImm(Spill.Lane);