Searched refs:VGPRSpills (Results 1 – 2 of 2) sorted by relevance
308 ArrayRef<SIRegisterInfo::SpilledReg> VGPRSpills = in updateLaneVGPRDomInstr() local311 for (auto &Spill : VGPRSpills) { in updateLaneVGPRDomInstr()
2038 ArrayRef<SpilledReg> VGPRSpills = in spillSGPR() local2041 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() local2169 bool SpillToVGPR = !VGPRSpills.empty(); in restoreSGPR()2180 SpilledReg Spill = VGPRSpills[i]; in restoreSGPR()