Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h604 ATOMIC_STORE, enumerator
DSelectionDAGNodes.h1062 N->getOpcode() == ISD::ATOMIC_STORE ||
1141 N->getOpcode() == ISD::ATOMIC_STORE;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp71 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
DSelectionDAG.cpp458 case ISD::ATOMIC_STORE: { in AddNodeIDCustom()
4096 if (Opcode != ISD::ATOMIC_STORE) in getAtomic()
4156 if (Opcode != ISD::ATOMIC_STORE) in getAtomic()
4186 Opcode == ISD::ATOMIC_STORE) && in getAtomic()
4191 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic()
4229 if (Opcode != ISD::ATOMIC_STORE) in getAtomic()
DLegalizeIntegerTypes.cpp777 case ISD::ATOMIC_STORE: in PromoteIntegerOperand()
2491 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
DLegalizeDAG.cpp1184 case ISD::ATOMIC_STORE: { in LegalizeOp()
2800 case ISD::ATOMIC_STORE: { in ExpandNode()
DSelectionDAGBuilder.cpp3579 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td447 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp361 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in MipsTargetLowering()
362 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp122 setOperationAction(ISD::ATOMIC_STORE, VT, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp506 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in PPCTargetLowering()
508 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp791 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in ARMTargetLowering()
5906 case ISD::ATOMIC_STORE: return LowerAtomicLoadStore(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp573 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in resetOperationActions()
12805 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG); in LowerOperation()