Lines Matching refs:ScratchExecCopy
893 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()
964 if (ScratchExecCopy) { in emitCSRSpillStores()
968 .addReg(ScratchExecCopy, RegState::Kill); in emitCSRSpillStores()
969 LiveUnits.addReg(ScratchExecCopy); in emitCSRSpillStores()
1036 Register ScratchExecCopy; in emitCSRSpillRestores() local
1040 ScratchExecCopy = in emitCSRSpillRestores()
1056 if (ScratchExecCopy) { in emitCSRSpillRestores()
1060 ScratchExecCopy = buildScratchExecCopy(LiveUnits, MF, MBB, MBBI, DL, in emitCSRSpillRestores()
1067 if (ScratchExecCopy) { in emitCSRSpillRestores()
1071 .addReg(ScratchExecCopy, RegState::Kill); in emitCSRSpillRestores()