Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp551 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
557 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
581 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
587 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
628 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
633 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
636 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
647 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
705 if ((NeedsFlatScratchInit || ScratchRsrcReg) && in emitEntryFunctionPrologue()
715 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h81 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,