/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 611 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 980 N->getOpcode() == ISD::ATOMIC_STORE || 1065 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 706 ATOMIC_STORE, enumerator
|
D | RuntimeLibcalls.h | 413 ATOMIC_STORE, enumerator
|
D | SelectionDAGNodes.h | 1114 N->getOpcode() == ISD::ATOMIC_STORE || 1195 N->getOpcode() == ISD::ATOMIC_STORE;
|
/external/v8/src/compiler/ |
D | machine-operator.cc | 587 #define ATOMIC_STORE(Type) \ macro 597 ATOMIC_REPRESENTATION_LIST(ATOMIC_STORE)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 78 case ISD::ATOMIC_STORE: return "AtomicStore"; in getOperationName()
|
D | SelectionDAG.cpp | 477 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()
|
D | LegalizeIntegerTypes.cpp | 880 case ISD::ATOMIC_STORE: in PromoteIntegerOperand() 2771 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
|
D | LegalizeDAG.cpp | 976 case ISD::ATOMIC_STORE: { in LegalizeOp() 2806 case ISD::ATOMIC_STORE: { in ExpandNode()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 159 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/ |
D | AlphaISelLowering.cpp | 158 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in AlphaTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 437 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()
|
D | LegalizeIntegerTypes.cpp | 754 case ISD::ATOMIC_STORE: in PromoteIntegerOperand() 2448 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
|
D | LegalizeDAG.cpp | 817 case ISD::ATOMIC_STORE: { in LegalizeOp() 3030 case ISD::ATOMIC_STORE: { in ExpandNode()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1651 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/ |
D | AtomicExpandPass.cpp | 1327 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
|
D | TargetLoweringBase.cpp | 424 Names[RTLIB::ATOMIC_STORE] = "__atomic_store"; in InitLibcallNames()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 240 setTargetDAGCombine(ISD::ATOMIC_STORE); in SITargetLowering() 3006 case ISD::ATOMIC_STORE: in PerformDAGCombine()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 442 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 522 def atomic_store : SDNode<"ISD::ATOMIC_STORE", SDTAtomicStore,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 199 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 173 setOperationAction(ISD::ATOMIC_STORE, VT, Custom); in SystemZTargetLowering() 4531 case ISD::ATOMIC_STORE: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 612 Use->getOpcode() != ISD::ATOMIC_STORE) in isWorthFoldingADDlow()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 653 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in ARMTargetLowering() 4987 case ISD::ATOMIC_STORE: return LowerAtomicLoadStore(Op, DAG); in LowerOperation()
|