Home
last modified time | relevance | path

Searched refs:getAtomic (Results 1 – 21 of 21) 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-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1004 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDValue Chain,
1008 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, SDValue Chain,
1013 SDValue getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, EVT VT,
1018 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5992 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
6049 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomicCmpSwap()
6052 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
6078 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO); in getAtomic()
6081 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
6104 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
6107 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG
6114 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
DLegalizeIntegerTypes.cpp194 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0()
206 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1()
1039 return DAG.getAtomic(N->getOpcode(), SDLoc(N), N->getMemoryVT(), in PromoteIntOp_ATOMIC_STORE()
3361 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
DSelectionDAGBuilder.cpp4183 DAG.getAtomic(NT, dl, in visitAtomicRMW()
4235 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain, in visitAtomicLoad()
4260 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
DLegalizeDAG.cpp2908 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7693 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_SUB()
7710 return DAG.getAtomic(ISD::ATOMIC_LOAD_CLR, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_AND()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3303 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, DL, MemVT, in lowerATOMIC_LOAD_SUB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3527 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, DL, MemVT, in lowerATOMIC_LOAD_SUB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24831 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, DL, VT, Chain, LHS, in lowerAtomicArith()
24859 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in LowerATOMIC_STORE()
33012 auto AtomicSub = DAG.getAtomic( in combineSetCCAtomicArith()