Searched refs:VGPRSpills (Results 1 – 1 of 1) sorted by relevance
1766 ArrayRef<SpilledReg> VGPRSpills = in spillSGPR() local1769 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR()1778 assert(SB.NumSubRegs == VGPRSpills.size() && in spillSGPR()1786 SpilledReg Spill = VGPRSpills[i]; in spillSGPR()1889 ArrayRef<SpilledReg> VGPRSpills = in restoreSGPR() local1892 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR()1903 SpilledReg Spill = VGPRSpills[i]; in restoreSGPR()