Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3331 SDValue SwapVal = Node->getOperand(3); in lowerATOMIC_CMP_SWAP() local
3353 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
5571 unsigned SwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
5613 BuildMI(MBB, DL, TII->get(SystemZ::PHI), SwapVal) in emitAtomicCmpSwapW()
5639 .addReg(SwapVal).addReg(Dest).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()