Searched refs:PtrCopy (Results 1 – 1 of 1) sorted by relevance
1595 Register PtrCopy = RegInfo.createVirtualRegister(RegInfo.getRegClass(Ptr)); in emitAtomicBinary() local1599 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicBinary()1604 .addReg(PtrCopy) in emitAtomicBinary()1873 Register PtrCopy = MRI.createVirtualRegister(MRI.getRegClass(Ptr)); in emitAtomicCmpSwap() local1877 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicCmpSwap()1887 .addReg(PtrCopy, RegState::Kill) in emitAtomicCmpSwap()