Searched refs:ScratchRsrcReg (Results 1 – 2 of 2) sorted by relevance
539 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() local621 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 …]
81 Register PreloadedPrivateBufferReg, Register ScratchRsrcReg,