/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 611 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 980 N->getOpcode() == ISD::ATOMIC_STORE || 1065 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 706 ATOMIC_STORE, enumerator
|
D | RuntimeLibcalls.h | 413 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 1114 N->getOpcode() == ISD::ATOMIC_STORE || 1195 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/v8/src/compiler/ |
D | machine-operator.cc | 609 #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/ |
D | ISDOpcodes.h | 752 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 1354 N->getOpcode() == ISD::ATOMIC_STORE || 1406 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 28 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 78 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
|
D | SelectionDAG.cpp | 477 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/ |
D | SelectionDAGDumper.cpp | 99 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 159 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/ |
D | XCoreISelLowering.cpp | 156 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/ |
D | RuntimeLibcalls.def | 467 HANDLE_LIBCALL(ATOMIC_STORE, "__atomic_store")
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 405 Table[RTLIB::ATOMIC_STORE] = unsupported; in RuntimeLibcallSignatureTable()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 158 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in AlphaTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 437 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/ |
D | SparcISelLowering.cpp | 1651 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/ |
D | SparcISelLowering.cpp | 1639 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/ |
D | AtomicExpandPass.cpp | 1331 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1327 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
|
D | TargetLoweringBase.cpp | 424 Names[RTLIB::ATOMIC_STORE] = "__atomic_store"; in InitLibcallNames()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 240 setTargetDAGCombine(ISD::ATOMIC_STORE); in SITargetLowering() 3006 case ISD::ATOMIC_STORE: in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 182 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()
|