Home
last modified time | relevance | path

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

12

/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.cc587 #define ATOMIC_STORE(Type) \ macro
597 ATOMIC_REPRESENTATION_LIST(ATOMIC_STORE)
/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()
DLegalizeIntegerTypes.cpp880 case ISD::ATOMIC_STORE: in PromoteIntegerOperand()
2771 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
DLegalizeDAG.cpp976 case ISD::ATOMIC_STORE: { in LegalizeOp()
2806 case ISD::ATOMIC_STORE: { in ExpandNode()
/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/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()
DLegalizeIntegerTypes.cpp754 case ISD::ATOMIC_STORE: in PromoteIntegerOperand()
2448 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
DLegalizeDAG.cpp817 case ISD::ATOMIC_STORE: { in LegalizeOp()
3030 case ISD::ATOMIC_STORE: { in ExpandNode()
/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/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/include/llvm/Target/
DTargetSelectionDAG.td442 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td522 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp199 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp173 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering()
4531 case ISD::ATOMIC_STORE: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp612 Use->getOpcode() != ISD::ATOMIC_STORE) in isWorthFoldingADDlow()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp653 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in ARMTargetLowering()
4987 case ISD::ATOMIC_STORE: return LowerAtomicLoadStore(Op, DAG); in LowerOperation()

12