Lines Matching refs:PreloadedScratchRsrcReg
447 Register PreloadedScratchRsrcReg; in emitEntryFunctionPrologue() local
449 PreloadedScratchRsrcReg = in emitEntryFunctionPrologue()
451 if (ScratchRsrcReg && PreloadedScratchRsrcReg) { in emitEntryFunctionPrologue()
454 MRI.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
455 MBB.addLiveIn(PreloadedScratchRsrcReg); in emitEntryFunctionPrologue()
520 PreloadedScratchRsrcReg, in emitEntryFunctionPrologue()
528 const DebugLoc &DL, Register PreloadedScratchRsrcReg, in emitEntryFunctionScratchRsrcRegSetup() argument
577 } else if (ST.isMesaGfxShader(Fn) || !PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
637 assert(PreloadedScratchRsrcReg); in emitEntryFunctionScratchRsrcRegSetup()
639 if (ScratchRsrcReg != PreloadedScratchRsrcReg) { in emitEntryFunctionScratchRsrcRegSetup()
641 .addReg(PreloadedScratchRsrcReg, RegState::Kill); in emitEntryFunctionScratchRsrcRegSetup()