Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h697 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1210 N->getOpcode() == ISD::ATOMIC_STORE ||
1329 N->getOpcode() == ISD::ATOMIC_STORE;
/external/v8/src/compiler/
Dmachine-operator.cc551 #define ATOMIC_STORE(Type) \ macro
561 ATOMIC_REPRESENTATION_LIST(ATOMIC_STORE)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp78 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
DSelectionDAG.cpp502 case ISD::ATOMIC_STORE: { in AddNodeIDCustom()
4871 if (Opcode != ISD::ATOMIC_STORE) in getAtomic()
4901 Opcode == ISD::ATOMIC_STORE) && in getAtomic()
4906 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
DLegalizeIntegerTypes.cpp875 case ISD::ATOMIC_STORE: in PromoteIntegerOperand()
2680 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
DLegalizeDAG.cpp1256 case ISD::ATOMIC_STORE: { in LegalizeOp()
3053 case ISD::ATOMIC_STORE: { in ExpandNode()
DSelectionDAGBuilder.cpp3606 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp162 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in XCoreTargetLowering()
229 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG); in LowerOperation()
1005 assert(N->getOpcode() == ISD::ATOMIC_STORE && "Bad Atomic OP"); in LowerATOMIC_STORE()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp273 setTargetDAGCombine(ISD::ATOMIC_STORE); in SITargetLowering()
2116 case ISD::ATOMIC_STORE: in PerformDAGCombine()
/external/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()
2974 case ISD::ATOMIC_STORE: return LowerATOMIC_LOAD_STORE(Op, DAG); in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td510 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp173 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering()
4359 case ISD::ATOMIC_STORE: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp608 Use->getOpcode() != ISD::ATOMIC_STORE) in isWorthFoldingADDlow()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp396 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp874 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in ARMTargetLowering()
6889 case ISD::ATOMIC_STORE: return LowerAtomicLoadStore(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp822 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp481 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in X86TargetLowering()
20061 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG); in LowerOperation()