Searched defs:getAtomic (Results 1 - 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DAtomicJavaBean.java32 public AtomicLong getAtomic() { method in class:AtomicJavaBean
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4766 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4801 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4806 return getAtomic(Opcode, dl, MemVT, VTList, Ops, MMO, Ordering,
4849 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO,
4853 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4880 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO,
4884 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4909 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO, Ordering, SynchScope);
4912 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, function in class:SelectionDAG
4922 return getAtomic(Opcod
[all...]

Completed in 200 milliseconds