Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4670 SDValue SwapVal = Node->getOperand(3); in lowerATOMIC_CMP_SWAP() local
4687 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP()
4708 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
8612 Register SwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
8652 BuildMI(MBB, DL, TII->get(SystemZ::PHI), SwapVal) in emitAtomicCmpSwapW()
8658 .addReg(SwapVal).addReg(OldValRot).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()