Lines Matching refs:PreloadedScratchRsrcReg
643 Register PreloadedScratchRsrcReg; in emitEntryFunctionPrologue() local
645 PreloadedScratchRsrcReg = in emitEntryFunctionPrologue()
647 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
650 MRI.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
651 MBB.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
723 PreloadedScratchRsrcReg, in emitEntryFunctionPrologue()
731 const DebugLoc &DL, Register PreloadedScratchRsrcReg, in emitEntryFunctionScratchRsrcRegSetup() argument
780 } else if (ST.isMesaGfxShader(Fn) || !PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
839 assert(PreloadedScratchRsrcReg); in emitEntryFunctionScratchRsrcRegSetup()
841 if (ScratchRsrcReg != PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
843 .addReg(PreloadedScratchRsrcReg, RegState::Kill); in emitEntryFunctionScratchRsrcRegSetup()