Searched refs:PtrCopy (Results 1 – 1 of 1) sorted by relevance
1503 unsigned PtrCopy = RegInfo.createVirtualRegister(RegInfo.getRegClass(Ptr)); in emitAtomicBinary() local1507 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicBinary()1511 .addReg(PtrCopy) in emitAtomicBinary()1736 unsigned PtrCopy = MRI.createVirtualRegister(MRI.getRegClass(Ptr)); in emitAtomicCmpSwap() local1741 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicCmpSwap()1751 .addReg(PtrCopy, RegState::Kill) in emitAtomicCmpSwap()