/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 620 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 968 N->getOpcode() == ISD::ATOMIC_SWAP || 1053 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 727 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1102 N->getOpcode() == ISD::ATOMIC_SWAP || 1183 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 773 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1341 N->getOpcode() == ISD::ATOMIC_SWAP || 1393 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 66 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 152 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1347 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 3208 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 158 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1420 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 3361 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 134 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1128 case ISD::ATOMIC_SWAP: { in ExpandIntegerResult() 1175 case ISD::ATOMIC_SWAP: in ExpandAtomic() 2828 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
D | LegalizeDAG.cpp | 2885 case ISD::ATOMIC_SWAP: in ExpandAtomic() 3032 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() 3045 case ISD::ATOMIC_SWAP: in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 424 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 764 defm int_amdgcn_image_atomic_swap : AMDGPUImageDimAtomic<"ATOMIC_SWAP">;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 243 setTargetDAGCombine(ISD::ATOMIC_SWAP); in SITargetLowering() 3009 case ISD::ATOMIC_SWAP: in PerformDAGCombine()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 740 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Atomics.rst | 579 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.td | 563 // Atomic instructions with 2 source operands (ATOMIC_SWAP & ATOMIC_LOAD_*).
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 133 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand); in AVRTargetLowering()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 420 def atomic_swap : SDNode<"ISD::ATOMIC_SWAP", SDTAtomic2,
|
/external/llvm/docs/ |
D | Atomics.rst | 579 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1645 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering() 1655 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1633 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering() 1643 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|