Searched refs:ScratchExecCopy (Results 1 – 1 of 1) sorted by relevance
893 Register ScratchExecCopy; in buildScratchExecCopy() local902 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() local937 ScratchExecCopy = in emitCSRSpillStores()953 if (ScratchExecCopy) { in emitCSRSpillStores()957 ScratchExecCopy = buildScratchExecCopy(LiveUnits, MF, MBB, MBBI, DL, in emitCSRSpillStores()[all …]