Searched refs:ScratchExecCopy (Results 1 – 1 of 1) sorted by relevance
940 Register ScratchExecCopy; in buildScratchExecCopy() local949 ScratchExecCopy = findScratchNonCalleeSaveRegister( in buildScratchExecCopy()951 if (!ScratchExecCopy) in buildScratchExecCopy()954 LiveUnits.addReg(ScratchExecCopy); in buildScratchExecCopy()962 BuildMI(MBB, MBBI, DL, TII->get(SaveExecOpc), ScratchExecCopy).addImm(-1); in buildScratchExecCopy()965 return ScratchExecCopy; in buildScratchExecCopy()980 Register ScratchExecCopy; in emitCSRSpillStores() local984 ScratchExecCopy = in emitCSRSpillStores()1000 if (ScratchExecCopy) { in emitCSRSpillStores()1004 ScratchExecCopy = buildScratchExecCopy(LiveUnits, MF, MBB, MBBI, DL, in emitCSRSpillStores()[all …]