Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp539 if (!ScratchRsrcReg || (!MRI.isPhysRegUsed(ScratchRsrcReg) && in getEntryFunctionReservedScratchRsrcReg()
545 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
569 MRI.replaceRegWith(ScratchRsrcReg, Reg); in getEntryFunctionReservedScratchRsrcReg()
575 return ScratchRsrcReg; in getEntryFunctionReservedScratchRsrcReg()
616 Register ScratchRsrcReg; in emitEntryFunctionPrologue() local
621 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
624 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()
635 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
693 if ((NeedsFlatScratchInit || ScratchRsrcReg) && in emitEntryFunctionPrologue()
703 if (ScratchRsrcReg) { in emitEntryFunctionPrologue()
[all …]
H A DSIFrameLowering.h81 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,