Home
last modified time | relevance | path

Searched refs:ATOMIC_CMP_SWAP (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1289 ATOMIC_CMP_SWAP, enumerator
H A DSelectionDAGNodes.h1453 case ISD::ATOMIC_CMP_SWAP:
1526 return Op == ISD::ATOMIC_CMP_SWAP ||
1539 return N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h577 ATOMIC_CMP_SWAP, enumerator
H A DAMDGPUInstrInfo.td278 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
H A DAMDGPUInstructions.td431 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
H A DSIISelLowering.cpp450 setOperationAction(ISD::ATOMIC_CMP_SWAP, {MVT::i32, MVT::i64}, Custom); in SITargetLowering()
934 ISD::ATOMIC_CMP_SWAP, in SITargetLowering()
5778 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()
11200 return DAG.getMemIntrinsicNode(AMDGPUISD::ATOMIC_CMP_SWAP, DL, Op->getVTList(), in LowerATOMIC_CMP_SWAP()
15989 case AMDGPUISD::ATOMIC_CMP_SWAP: in isSDNodeSourceOfDivergence()
H A DAMDGPUISelLowering.cpp5529 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h361 ATOMIC_CMP_SWAP, enumerator
H A DSystemZOperators.td415 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
H A DSystemZISelLowering.cpp4689 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP()
6496 OPCODE(ATOMIC_CMP_SWAP); in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp457 case ISD::ATOMIC_CMP_SWAP: { in getOUTLINE_ATOMIC()
508 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP) in getSYNC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp85 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
H A DLegalizeDAG.cpp3154 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
3176 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
4445 case ISD::ATOMIC_CMP_SWAP: { in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp277 case ISD::ATOMIC_CMP_SWAP: in PromoteIntegerResult()
2837 case ISD::ATOMIC_CMP_SWAP: { in ExpandIntegerResult()
2847 ISD::ATOMIC_CMP_SWAP, SDLoc(N), AN->getMemoryVT(), VTs, in ExpandIntegerResult()
H A DSelectionDAG.cpp892 case ISD::ATOMIC_CMP_SWAP: in AddNodeIDCustom()
4168 case ISD::ATOMIC_CMP_SWAP: in computeKnownBits()
5009 case ISD::ATOMIC_CMP_SWAP: in ComputeNumSignBits()
8662 assert(Opcode == ISD::ATOMIC_CMP_SWAP || in getAtomicCmpSwap()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp142 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2916 case ISD::ATOMIC_CMP_SWAP: in isI32Insn()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp162 setOperationAction(ISD::ATOMIC_CMP_SWAP, {MVT::i8, MVT::i16, MVT::i32}, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td711 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp901 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
915 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, LibCall); in AArch64TargetLowering()
916 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, LibCall); in AArch64TargetLowering()
917 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in AArch64TargetLowering()
918 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, LibCall); in AArch64TargetLowering()
919 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, LibCall); in AArch64TargetLowering()
26239 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
H A DAArch64ISelDAGToDAG.cpp4581 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1788 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5357 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp201 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
11223 assert(Op.getOpcode() == ISD::ATOMIC_CMP_SWAP && in LowerATOMIC_CMP_SWAP()
11878 case ISD::ATOMIC_CMP_SWAP: in LowerOperation()

12