Home
last modified time | relevance | path

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

123

/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-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h871 ATOMIC_SWAP, enumerator
DSelectionDAGNodes.h1400 N->getOpcode() == ISD::ATOMIC_SWAP ||
1457 N->getOpcode() == ISD::ATOMIC_SWAP ||
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1056 ATOMIC_SWAP, enumerator
DSelectionDAGNodes.h1360 N->getOpcode() == ISD::ATOMIC_SWAP ||
1417 N->getOpcode() == ISD::ATOMIC_SWAP ||
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp529 case ISD::ATOMIC_SWAP: { in getOUTLINE_ATOMIC()
575 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
727 setOperationAction(ISD::ATOMIC_SWAP, VT, Promote); in initActions()
728 AddPromotedToType(ISD::ATOMIC_SWAP, VT, IntVT); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp465 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
617 setOperationAction(ISD::ATOMIC_SWAP, VT, Promote); in initActions()
618 AddPromotedToType(ISD::ATOMIC_SWAP, VT, IntVT); in initActions()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
DLegalizeFloatTypes.cpp125 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftenFloatResult()
2150 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in PromoteFloatResult()
2394 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, CastVT, in BitcastToInt_ATOMIC_SWAP()
DLegalizeIntegerTypes.cpp182 case ISD::ATOMIC_SWAP: in PromoteIntegerResult()
1847 case ISD::ATOMIC_SWAP: in ExpandIntegerResult()
4063 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_STORE()
4181 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
DLegalizeDAG.cpp2805 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
3894 case ISD::ATOMIC_SWAP: in ConvertNodeToLibcall()
4688 case ISD::ATOMIC_SWAP: { in PromoteNode()
4698 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, NVT, in PromoteNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
DLegalizeFloatTypes.cpp127 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftenFloatResult()
2257 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in PromoteFloatResult()
2523 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, CastVT, in BitcastToInt_ATOMIC_SWAP()
2620 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftPromoteHalfResult()
DLegalizeDAG.cpp2948 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
4053 case ISD::ATOMIC_SWAP: in ConvertNodeToLibcall()
4914 case ISD::ATOMIC_SWAP: { in PromoteNode()
4924 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, NVT, in PromoteNode()
DLegalizeIntegerTypes.cpp191 case ISD::ATOMIC_SWAP: in PromoteIntegerResult()
2076 case ISD::ATOMIC_SWAP: in ExpandIntegerResult()
4444 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_STORE()
4562 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp1500 case ISD::ATOMIC_SWAP: in isI32Insn()
/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/llvm-project/llvm/docs/
DAtomics.rst597 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,

123