Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libcxxrt/
H A Datomic.h13 #define ATOMIC_SWAP(addr, val)\ macro
16 #define ATOMIC_SWAP(addr, val)\ macro
19 #define ATOMIC_SWAP(addr, val)\ macro
H A Dmemory.cc64 return ATOMIC_SWAP(&new_handl, handler); in set_new_handler()
H A Dexception.cc1470 return ATOMIC_SWAP(&unexpectedHandler, f);
1479 return ATOMIC_SWAP(&terminateHandler, f);
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h810 ATOMIC_SWAP, enumerator
H A DSelectionDAGNodes.h1347 N->getOpcode() == ISD::ATOMIC_SWAP ||
1399 N->getOpcode() == ISD::ATOMIC_SWAP ||
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
H A DMipsInstrInfo.td1850 // Atomic instructions with 2 source operands (ATOMIC_SWAP & ATOMIC_LOAD_*).
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp87 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
H A DLegalizeIntegerTypes.cpp168 case ISD::ATOMIC_SWAP: in PromoteIntegerResult()
1553 case ISD::ATOMIC_SWAP: in ExpandIntegerResult()
3625 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
H A DLegalizeDAG.cpp2731 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
3786 case ISD::ATOMIC_SWAP: in ConvertNodeToLibcall()
H A DSelectionDAG.cpp589 case ISD::ATOMIC_SWAP: in AddNodeIDCustom()
6468 Opcode == ISD::ATOMIC_SWAP || in getAtomic()
H A DSelectionDAGBuilder.cpp4209 case AtomicRMWInst::Xchg: NT = ISD::ATOMIC_SWAP; break; in visitAtomicRMW()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp425 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td782 defm int_amdgcn_image_atomic_swap : AMDGPUImageDimAtomic<"ATOMIC_SWAP">;
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp135 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand); in AVRTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1588 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering()
1598 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td492 def atomic_swap : SDNode<"ISD::ATOMIC_SWAP", SDTAtomic2,
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp216 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom); in SystemZTargetLowering()
4834 case ISD::ATOMIC_SWAP: in LowerOperation()
H A DSystemZInstrFormats.td4732 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.td1952 multiclass ATOMIC_SWAP<bits<8> opc8, bits<8> opc, string mnemonic, string frag> {
1983 defm XCHG : ATOMIC_SWAP<0x86, 0x87, "xchg", "atomic_swap">, NotMemoryFoldable;
H A DX86ISelLowering.cpp25759 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in LowerATOMIC_STORE()
26915 case ISD::ATOMIC_SWAP: in ReplaceNodeResults()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp693 setTargetDAGCombine(ISD::ATOMIC_SWAP); in SITargetLowering()
8926 case ISD::ATOMIC_SWAP: in PerformDAGCombine()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1004 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in ARMTargetLowering()