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