Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6711 unsigned RetryCmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
6751 .addReg(RetryCmpVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
6757 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetryCmpVal) in emitAtomicCmpSwapW()
6760 .addReg(Dest).addReg(RetryCmpVal); in emitAtomicCmpSwapW()