Searched refs:SwapVal (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3940 SDValue SwapVal = Node->getOperand(3); in lowerATOMIC_CMP_SWAP() local 3950 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP() 3984 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP() 7294 Register SwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local 7338 BuildMI(MBB, DL, TII->get(SystemZ::PHI), SwapVal) in emitAtomicCmpSwapW() 7364 .addReg(SwapVal).addReg(Dest).addImm(32).addImm(63 - BitSize).addImm(0); in emitAtomicCmpSwapW()
|