Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
1761 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local1762 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()1765 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()1768 if (SpillToVGPR) { in spillSGPR()1884 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local1885 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()1888 if (SpillToVGPR) { in restoreSGPR()