Home
last modified time | relevance | path

Searched refs:ScratchExecCopy (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp893 Register ScratchExecCopy; in buildScratchExecCopy() local
902 ScratchExecCopy = findScratchNonCalleeSaveRegister( in buildScratchExecCopy()
904 if (!ScratchExecCopy) in buildScratchExecCopy()
907 LiveUnits.addReg(ScratchExecCopy); in buildScratchExecCopy()
915 BuildMI(MBB, MBBI, DL, TII->get(SaveExecOpc), ScratchExecCopy).addImm(-1); in buildScratchExecCopy()
918 return ScratchExecCopy; in buildScratchExecCopy()
933 Register ScratchExecCopy; in emitCSRSpillStores() local
937 ScratchExecCopy = in emitCSRSpillStores()
953 if (ScratchExecCopy) { in emitCSRSpillStores()
957 ScratchExecCopy = buildScratchExecCopy(LiveUnits, MF, MBB, MBBI, DL, in emitCSRSpillStores()
[all …]