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.cpp549 Register ScratchRsrcReg = MFI->getScratchRSrcReg(); in getEntryFunctionReservedScratchRsrcReg() local
551 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
556 ScratchRsrcReg != TRI->reservedPrivateSegmentBufferReg(MF)) in getEntryFunctionReservedScratchRsrcReg()
557 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
581 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
588 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
629 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
631 ScratchRsrcReg = getEntryFunctionReservedScratchRsrcReg(MF); in emitEntryFunctionPrologue()
634 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
637 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h101 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,