Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp360 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
366 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
390 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
396 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
437 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
442 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
445 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
456 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
514 if ((NeedsFlatScratchInit || ScratchRsrcReg) && in emitEntryFunctionPrologue()
524 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h70 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,