Searched refs:ScratchSGPR (Results 1 – 1 of 1) sorted by relevance
86 Register ScratchSGPR; in getVGPRSpillLaneOrTempRegister() local91 ScratchSGPR = findUnusedRegister(MF.getRegInfo(), LiveUnits, RC); in getVGPRSpillLaneOrTempRegister()93 if (!ScratchSGPR) { in getVGPRSpillLaneOrTempRegister()124 SGPRSaveKind::COPY_TO_SCRATCH_SGPR, ScratchSGPR)); in getVGPRSpillLaneOrTempRegister()125 LiveUnits.addReg(ScratchSGPR); in getVGPRSpillLaneOrTempRegister()127 << printReg(ScratchSGPR, TRI) << '\n'); in getVGPRSpillLaneOrTempRegister()