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