Searched refs:SwapVal (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4671 SDValue SwapVal = Node->getOperand(3); in lowerATOMIC_CMP_SWAP() local 4688 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP() 4709 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP() 8778 Register SwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local 8818 BuildMI(MBB, DL, TII->get(SystemZ::PHI), SwapVal) in emitAtomicCmpSwapW() 8824 .addReg(SwapVal).addReg(OldValRot).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()
|