Home
last modified time | relevance | path

Searched refs:VGPRSpills (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.cpp754 ArrayRef<SIMachineFunctionInfo::SpilledReg> VGPRSpills in spillSGPR() local
756 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR()
791 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in spillSGPR()
864 ArrayRef<SIMachineFunctionInfo::SpilledReg> VGPRSpills in restoreSGPR() local
866 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR()
892 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in restoreSGPR()