Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1766 ArrayRef<SpilledReg> VGPRSpills = in spillSGPR() local
1769 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR()
1778 assert(SB.NumSubRegs == VGPRSpills.size() && in spillSGPR()
1786 SpilledReg Spill = VGPRSpills[i]; in spillSGPR()
1889 ArrayRef<SpilledReg> VGPRSpills = in restoreSGPR() local
1892 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR()
1903 SpilledReg Spill = VGPRSpills[i]; in restoreSGPR()