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