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.h1240 ATOMIC_CMP_SWAP, enumerator
H A DSelectionDAGNodes.h1425 case ISD::ATOMIC_CMP_SWAP:
1487 return Op == ISD::ATOMIC_CMP_SWAP ||
1500 return N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h560 ATOMIC_CMP_SWAP, enumerator
H A DAMDGPUInstrInfo.td278 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
H A DAMDGPUInstructions.td443 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
H A DSIISelLowering.cpp453 setOperationAction(ISD::ATOMIC_CMP_SWAP, {MVT::i32, MVT::i64}, Custom); in SITargetLowering()
924 ISD::ATOMIC_CMP_SWAP, in SITargetLowering()
5548 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()
11011 return DAG.getMemIntrinsicNode(AMDGPUISD::ATOMIC_CMP_SWAP, DL, Op->getVTList(), in LowerATOMIC_CMP_SWAP()
15654 case AMDGPUISD::ATOMIC_CMP_SWAP: in isSDNodeSourceOfDivergence()
H A DAMDGPUISelLowering.cpp5474 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.td411 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
H A DSystemZISelLowering.cpp4688 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP()
6433 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.cpp579 case ISD::ATOMIC_CMP_SWAP: { in getOUTLINE_ATOMIC()
630 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.cpp84 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
H A DLegalizeDAG.cpp3085 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
3107 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
4356 case ISD::ATOMIC_CMP_SWAP: { in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp251 case ISD::ATOMIC_CMP_SWAP: in PromoteIntegerResult()
2674 case ISD::ATOMIC_CMP_SWAP: { in ExpandIntegerResult()
2684 ISD::ATOMIC_CMP_SWAP, SDLoc(N), AN->getMemoryVT(), VTs, in ExpandIntegerResult()
H A DSelectionDAG.cpp888 case ISD::ATOMIC_CMP_SWAP: in AddNodeIDCustom()
3994 case ISD::ATOMIC_CMP_SWAP: in computeKnownBits()
4801 case ISD::ATOMIC_CMP_SWAP: in ComputeNumSignBits()
8262 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.cpp2918 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.td669 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp802 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
816 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, LibCall); in AArch64TargetLowering()
817 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, LibCall); in AArch64TargetLowering()
818 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in AArch64TargetLowering()
819 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, LibCall); in AArch64TargetLowering()
820 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, LibCall); in AArch64TargetLowering()
24816 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
H A DAArch64ISelDAGToDAG.cpp4374 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1785 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5356 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp191 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
11030 assert(Op.getOpcode() == ISD::ATOMIC_CMP_SWAP && in LowerATOMIC_CMP_SWAP()
11685 case ISD::ATOMIC_CMP_SWAP: in LowerOperation()

12