Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp352 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
358 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
382 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
388 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
432 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
437 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
440 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
451 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
508 if ((NeedsFlatScratchInit || ScratchRsrcReg) && in emitEntryFunctionPrologue()
518 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h69 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,