Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp154 MachineInstr *findAvailCopy(MachineInstr &DestCopy, unsigned Reg, in findAvailCopy() argument
170 make_range(AvailCopy->getIterator(), DestCopy.getIterator())) in findAvailCopy()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1741 unsigned DestCopy = MRI.createVirtualRegister(MRI.getRegClass(Dest)); in emitAtomicCmpSwap() local
1746 BuildMI(*BB, II, DL, TII->get(Mips::COPY), DestCopy).addReg(Dest); in emitAtomicCmpSwap()