Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1298 SDValue Cmp, SDValue Swp, MachineMemOperand *MMO);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8660 SDValue Ptr, SDValue Cmp, SDValue Swp, in getAtomicCmpSwap() argument
8664 assert(Cmp.getValueType() == Swp.getValueType() && "Invalid Atomic Op Types"); in getAtomicCmpSwap()
8666 SDValue Ops[] = {Chain, Ptr, Cmp, Swp}; in getAtomicCmpSwap()