Home
last modified time | relevance | path

Searched refs:ATOMIC_STORE (Results 1 – 25 of 61) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h611 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h980 N->getOpcode() == ISD::ATOMIC_STORE ||
1065 N->getOpcode() == ISD::ATOMIC_STORE;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h706 ATOMIC_STORE, enumerator
DRuntimeLibcalls.h413 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1114 N->getOpcode() == ISD::ATOMIC_STORE ||
1195 N->getOpcode() == ISD::ATOMIC_STORE;
/external/v8/src/compiler/
Dmachine-operator.cc609 #define ATOMIC_STORE(Type) \ macro
620 ATOMIC_REPRESENTATION_LIST(ATOMIC_STORE)
621 #undef ATOMIC_STORE
623 #define ATOMIC_STORE(Type) \ macro
634 ATOMIC64_REPRESENTATION_LIST(ATOMIC_STORE)
635 #undef ATOMIC_STORE
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h752 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1354 N->getOpcode() == ISD::ATOMIC_STORE ||
1406 N->getOpcode() == ISD::ATOMIC_STORE;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td28 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp78 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
DSelectionDAG.cpp477 case ISD::ATOMIC_STORE: { in AddNodeIDCustom()
4891 if (Opcode != ISD::ATOMIC_STORE) in getAtomic()
4919 Opcode == ISD::ATOMIC_STORE) && in getAtomic()
4924 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp99 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp159 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in XCoreTargetLowering()
226 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG); in LowerOperation()
1000 assert(N->getOpcode() == ISD::ATOMIC_STORE && "Bad Atomic OP"); in LowerATOMIC_STORE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp156 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in XCoreTargetLowering()
223 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG); in LowerOperation()
986 assert(N->getOpcode() == ISD::ATOMIC_STORE && "Bad Atomic OP"); in LowerATOMIC_STORE()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def467 HANDLE_LIBCALL(ATOMIC_STORE, "__atomic_store")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp405 Table[RTLIB::ATOMIC_STORE] = unsupported; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp158 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in AlphaTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp437 case ISD::ATOMIC_STORE: { in AddNodeIDCustom()
3908 if (Opcode != ISD::ATOMIC_STORE || Ordering > Monotonic) in getAtomic()
3941 Opcode == ISD::ATOMIC_STORE) && in getAtomic()
3946 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
5889 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1651 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in SparcTargetLowering()
1657 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Custom); in SparcTargetLowering()
3084 case ISD::ATOMIC_STORE: return LowerATOMIC_LOAD_STORE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1639 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in SparcTargetLowering()
1645 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Custom); in SparcTargetLowering()
3118 case ISD::ATOMIC_STORE: return LowerATOMIC_LOAD_STORE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1331 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1327 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
DTargetLoweringBase.cpp424 Names[RTLIB::ATOMIC_STORE] = "__atomic_store"; in InitLibcallNames()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp240 setTargetDAGCombine(ISD::ATOMIC_STORE); in SITargetLowering()
3006 case ISD::ATOMIC_STORE: in PerformDAGCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp182 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering()
231 setOperationAction(ISD::ATOMIC_STORE, MVT::i128, Custom); in SystemZTargetLowering()
4828 case ISD::ATOMIC_STORE: in LowerOperation()
4928 case ISD::ATOMIC_STORE: { in LowerOperationWrapper()

123