Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h850 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1415 N->getOpcode() == ISD::ATOMIC_STORE ||
1431 assert(((Opc != ISD::ATOMIC_LOAD && Opc != ISD::ATOMIC_STORE) ||
1472 N->getOpcode() == ISD::ATOMIC_STORE;
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1035 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1375 N->getOpcode() == ISD::ATOMIC_STORE ||
1391 assert(((Opc != ISD::ATOMIC_LOAD && Opc != ISD::ATOMIC_STORE) ||
1432 N->getOpcode() == ISD::ATOMIC_STORE;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td27 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td27 // (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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def490 HANDLE_LIBCALL(ATOMIC_STORE, "__atomic_store")
/external/swiftshader/third_party/llvm-10.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()
971 assert(N->getOpcode() == ISD::ATOMIC_STORE && "Bad Atomic OP"); in LowerATOMIC_STORE()
/external/llvm-project/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()
970 assert(N->getOpcode() == ISD::ATOMIC_STORE && "Bad Atomic OP"); in LowerATOMIC_STORE()
/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/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def509 HANDLE_LIBCALL(ATOMIC_STORE, "__atomic_store")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp100 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp100 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp422 Table[RTLIB::ATOMIC_STORE] = unsupported; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp426 Table[RTLIB::ATOMIC_STORE] = unsupported; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1601 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in SparcTargetLowering()
1607 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Custom); in SparcTargetLowering()
3065 case ISD::ATOMIC_STORE: return LowerATOMIC_LOAD_STORE(Op, DAG); in LowerOperation()
/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-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1594 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in SparcTargetLowering()
1600 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Custom); in SparcTargetLowering()
3059 case ISD::ATOMIC_STORE: return LowerATOMIC_LOAD_STORE(Op, DAG); in LowerOperation()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1327 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1483 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1516 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()

123