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()
717 PreloadedScratchRsrcReg, in emitEntryFunctionPrologue()
725 const DebugLoc &DL, Register PreloadedScratchRsrcReg, in emitEntryFunctionScratchRsrcRegSetup() argument
774 } else if (ST.isMesaGfxShader(Fn) || !PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
833 assert(PreloadedScratchRsrcReg); in emitEntryFunctionScratchRsrcRegSetup()
835 if (ScratchRsrcReg != PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
837 .addReg(PreloadedScratchRsrcReg, RegState::Kill); in emitEntryFunctionScratchRsrcRegSetup()