Searched refs:NewValCopy (Results 1 – 1 of 1) sorted by relevance
1899 Register NewValCopy = MRI.createVirtualRegister(MRI.getRegClass(NewVal)); in emitAtomicCmpSwap() local1903 BuildMI(*BB, II, DL, TII->get(Mips::COPY), NewValCopy).addReg(NewVal); in emitAtomicCmpSwap()1913 .addReg(NewValCopy, RegState::Kill) in emitAtomicCmpSwap()