Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance
2041 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local2042 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()2045 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()2048 if (SpillToVGPR) { in spillSGPR()2169 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local2170 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()2173 if (SpillToVGPR) { in restoreSGPR()