Home
last modified time | relevance | path

Searched refs:SpillToVGPR (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1712 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local
1713 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()
1716 assert(SpillToVGPR || (SB.SuperReg != SB.MFI.getStackPtrOffsetReg() && in spillSGPR()
1719 if (SpillToVGPR) { in spillSGPR()
1832 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local
1833 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()
1836 if (SpillToVGPR) { in restoreSGPR()