Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5574 unsigned RetryCmpVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
5612 .addReg(RetryCmpVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
5618 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetryCmpVal) in emitAtomicCmpSwapW()
5621 .addReg(Dest).addReg(RetryCmpVal); in emitAtomicCmpSwapW()