Searched refs:ATOMIC_STORE (Results 1 – 17 of 17) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 697 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 1210 N->getOpcode() == ISD::ATOMIC_STORE || 1329 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 78 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
|
D | SelectionDAG.cpp | 502 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()
|
D | LegalizeIntegerTypes.cpp | 875 case ISD::ATOMIC_STORE: in PromoteIntegerOperand() 2680 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
|
D | LegalizeDAG.cpp | 1256 case ISD::ATOMIC_STORE: { in LegalizeOp() 3053 case ISD::ATOMIC_STORE: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 3606 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 162 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/ |
D | SIISelLowering.cpp | 273 setTargetDAGCombine(ISD::ATOMIC_STORE); in SITargetLowering() 2116 case ISD::ATOMIC_STORE: in PerformDAGCombine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1601 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/ |
D | TargetSelectionDAG.td | 510 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 173 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering() 4359 case ISD::ATOMIC_STORE: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 608 Use->getOpcode() != ISD::ATOMIC_STORE) in isWorthFoldingADDlow()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 396 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 874 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/ |
D | PPCISelLowering.cpp | 822 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 481 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in X86TargetLowering() 20061 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG); in LowerOperation()
|