Searched refs:getAtomic (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h690 /// getAtomic - Gets a node for an atomic op, produces result and chain and
692 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
697 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
703 /// getAtomic - Gets a node for an atomic op, produces result (if relevant)
705 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
709 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
714 /// getAtomic - Gets a node for an atomic op, produces result and chain and
716 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT,
721 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT,
726 /// getAtomic
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4184 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4215 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4239 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Cmp, Swp, MMO,
4243 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4256 return getAtomic(Opcode, dl, MemVT, VTs, Ops, 4, MMO, Ordering, SynchScope);
4259 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4286 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO,
4290 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4315 return getAtomic(Opcode, dl, MemVT, VTs, Ops, 3, MMO, Ordering, SynchScope);
4318 SDValue SelectionDAG::getAtomic(unsigne function in class:SelectionDAG
4349 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
[all...]
H A DLegalizeIntegerTypes.cpp169 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
182 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
196 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N),
864 return DAG.getAtomic(N->getOpcode(), SDLoc(N), N->getMemoryVT(),
2446 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT,
2871 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
H A DSelectionDAGBuilder.cpp3556 DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl,
3604 DAG.getAtomic(NT, dl,
3647 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain,
3682 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT,
H A DLegalizeDAG.cpp2865 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl,
2878 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13284 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
13306 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
13495 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT,
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6060 DAG.getAtomic(Node->getOpcode(), dl, MVT::i64, Tys, Ops.data(), Ops.size(),

Completed in 395 milliseconds