Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp548 Register ScratchRsrcReg = MFI->getScratchRSrcReg(); in getEntryFunctionReservedScratchRsrcReg() local
550 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
555 ScratchRsrcReg != TRI->reservedPrivateSegmentBufferReg(MF)) in getEntryFunctionReservedScratchRsrcReg()
556 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
580 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
587 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
628 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
630 ScratchRsrcReg = getEntryFunctionReservedScratchRsrcReg(MF); in emitEntryFunctionPrologue()
633 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
636 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h81 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,