Searched refs:PtrCopy (Results 1 – 1 of 1) sorted by relevance
1509 unsigned PtrCopy = RegInfo.createVirtualRegister(RegInfo.getRegClass(Ptr)); in emitAtomicBinary() local1513 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicBinary()1517 .addReg(PtrCopy) in emitAtomicBinary()1742 unsigned PtrCopy = MRI.createVirtualRegister(MRI.getRegClass(Ptr)); in emitAtomicCmpSwap() local1747 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicCmpSwap()1757 .addReg(PtrCopy, RegState::Kill) in emitAtomicCmpSwap()