Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
1677 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local1678 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()1681 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()1684 if (SpillToVGPR) { in spillSGPR()1796 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local1797 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()1800 if (SpillToVGPR) { in restoreSGPR()