Home
last modified time | relevance | path

Searched refs:NewValCopy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1867 Register NewValCopy = MRI.createVirtualRegister(MRI.getRegClass(NewVal)); in emitAtomicCmpSwap() local
1871 BuildMI(*BB, II, DL, TII->get(Mips::COPY), NewValCopy).addReg(NewVal); in emitAtomicCmpSwap()
1881 .addReg(NewValCopy, RegState::Kill) in emitAtomicCmpSwap()