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.h1376 SDValue Cmp, SDValue Swp,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9244 SDValue Ptr, SDValue Cmp, SDValue Swp, in getAtomicCmpSwap() argument
9248 assert(Cmp.getValueType() == Swp.getValueType() && "Invalid Atomic Op Types"); in getAtomicCmpSwap()
9250 SDValue Ops[] = {Chain, Ptr, Cmp, Swp}; in getAtomicCmpSwap()