Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp756 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR() local
757 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()
768 assert(SpillToVGPR || (SuperReg != MFI->getStackPtrOffsetReg() && in spillSGPR()
790 if (SpillToVGPR) { in spillSGPR()
866 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR() local
867 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()
891 if (SpillToVGPR) { in restoreSGPR()