Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
1312 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local1313 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()1316 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()1319 if (SpillToVGPR) { in spillSGPR()1410 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local1411 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()1414 if (SpillToVGPR) { in restoreSGPR()