Home
last modified time | relevance | path

Searched refs:ATOMIC_SWAP (Results 1 – 25 of 54) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h620 ATOMIC_SWAP, enumerator
DSelectionDAGNodes.h968 N->getOpcode() == ISD::ATOMIC_SWAP ||
1053 N->getOpcode() == ISD::ATOMIC_SWAP ||
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h727 ATOMIC_SWAP, enumerator
DSelectionDAGNodes.h1102 N->getOpcode() == ISD::ATOMIC_SWAP ||
1183 N->getOpcode() == ISD::ATOMIC_SWAP ||
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h773 ATOMIC_SWAP, enumerator
DSelectionDAGNodes.h1341 N->getOpcode() == ISD::ATOMIC_SWAP ||
1393 N->getOpcode() == ISD::ATOMIC_SWAP ||
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp66 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
DLegalizeIntegerTypes.cpp152 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/
DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
DLegalizeIntegerTypes.cpp158 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/
DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp134 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()
DLegalizeDAG.cpp2885 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/
DTargetLoweringBase.cpp424 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td764 defm int_amdgcn_image_atomic_swap : AMDGPUImageDimAtomic<"ATOMIC_SWAP">;
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp243 setTargetDAGCombine(ISD::ATOMIC_SWAP); in SITargetLowering()
3009 case ISD::ATOMIC_SWAP: in PerformDAGCombine()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp740 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAtomics.rst579 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td563 // Atomic instructions with 2 source operands (ATOMIC_SWAP & ATOMIC_LOAD_*).
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp133 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand); in AVRTargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td420 def atomic_swap : SDNode<"ISD::ATOMIC_SWAP", SDTAtomic2,
/external/llvm/docs/
DAtomics.rst579 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1645 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/
DSparcISelLowering.cpp1633 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering()
1643 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()

123