Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp308 ArrayRef<SIRegisterInfo::SpilledReg> VGPRSpills = in updateLaneVGPRDomInstr() local
311 for (auto &Spill : VGPRSpills) { in updateLaneVGPRDomInstr()
H A DSIRegisterInfo.cpp2038 ArrayRef<SpilledReg> VGPRSpills = in spillSGPR() local
2041 bool SpillToVGPR = !VGPRSpills.empty(); in spillSGPR()
2054 assert(SB.NumSubRegs <= VGPRSpills.size() && in spillSGPR()
2063 SpilledReg Spill = VGPRSpills[i]; in spillSGPR()
2166 ArrayRef<SpilledReg> VGPRSpills = in restoreSGPR() local
2169 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR()
2180 SpilledReg Spill = VGPRSpills[i]; in restoreSGPR()