Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
1331 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local1332 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()1335 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()1338 if (SpillToVGPR) { in spillSGPR()1447 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local1448 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()1451 if (SpillToVGPR) { in restoreSGPR()