Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
1712 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local1713 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()1716 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()1719 if (SpillToVGPR) { in spillSGPR()1832 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local1833 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()1836 if (SpillToVGPR) { in restoreSGPR()