Home
last modified time | relevance | path

Searched refs:getAtomic (Results 1 – 13 of 13) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DAtomicJavaBean.java32 public AtomicLong getAtomic() { in getAtomic() method in AtomicJavaBean
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h590 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain,
595 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain,
603 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain,
607 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain,
614 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT,
619 SDValue getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h869 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDValue Chain,
873 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDValue Chain,
879 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, EVT VT,
885 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT,
890 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp168 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic0()
181 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic1()
195 SDValue Res = DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), in PromoteIntRes_Atomic2()
844 return DAG.getAtomic(N->getOpcode(), N->getDebugLoc(), N->getMemoryVT(), in PromoteIntOp_ATOMIC_STORE()
2394 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, in ExpandIntRes_ATOMIC_LOAD()
2828 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
DSelectionDAG.cpp3840 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
3860 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Cmp, Swp, MMO, in getAtomic()
3864 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
3893 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
3920 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO, in getAtomic()
3924 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
3965 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
3991 return getAtomic(Opcode, dl, MemVT, VT, Chain, Ptr, MMO, in getAtomic()
3995 SDValue SelectionDAG::getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
DSelectionDAGBuilder.cpp3337 DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, in visitAtomicCmpXchg()
3384 DAG.getAtomic(NT, dl, in visitAtomicRMW()
3425 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain, in visitAtomicLoad()
3459 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
DLegalizeDAG.cpp3019 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, in ExpandNode()
3032 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4798 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
4824 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
4828 return getAtomic(Opcode, dl, MemVT, VTList, Ops, MMO, Ordering, in getAtomic()
4871 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO, in getAtomicCmpSwap()
4875 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
4900 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO, in getAtomic()
4904 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
4927 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO, Ordering, SynchScope); in getAtomic()
4930 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
4938 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO, Ordering, SynchScope); in getAtomic()
DLegalizeIntegerTypes.cpp188 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0()
201 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1()
997 return DAG.getAtomic(N->getOpcode(), SDLoc(N), N->getMemoryVT(), in PromoteIntOp_ATOMIC_STORE()
3208 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
DSelectionDAGBuilder.cpp3952 DAG.getAtomic(NT, dl, in visitAtomicRMW()
4002 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain, in visitAtomicLoad()
4028 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
DLegalizeDAG.cpp2808 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10322 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl, in LowerLOAD_SUB()
10344 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in LowerATOMIC_STORE()
10469 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, in ReplaceATOMIC_LOAD()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3303 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, DL, MemVT, in lowerATOMIC_LOAD_SUB()