Searched refs:ATOMIC_STORE (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 604 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 1062 N->getOpcode() == ISD::ATOMIC_STORE || 1141 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 71 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
|
D | SelectionDAG.cpp | 458 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()
|
D | LegalizeIntegerTypes.cpp | 777 case ISD::ATOMIC_STORE: in PromoteIntegerOperand() 2491 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
|
D | LegalizeDAG.cpp | 1184 case ISD::ATOMIC_STORE: { in LegalizeOp() 2800 case ISD::ATOMIC_STORE: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 3579 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 447 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 361 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in MipsTargetLowering() 362 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 122 setOperationAction(ISD::ATOMIC_STORE, VT, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 506 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in PPCTargetLowering() 508 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 791 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/ |
D | X86ISelLowering.cpp | 573 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in resetOperationActions() 12805 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG); in LowerOperation()
|