Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1738 unsigned NewValCopy = MRI.createVirtualRegister(MRI.getRegClass(NewVal)); in emitAtomicCmpSwap() local
1743 BuildMI(*BB, II, DL, TII->get(Mips::COPY), NewValCopy).addReg(NewVal); in emitAtomicCmpSwap()
1753 .addReg(NewValCopy, RegState::Kill) in emitAtomicCmpSwap()