Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp86 Register ScratchSGPR; in getVGPRSpillLaneOrTempRegister() local
91 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()