Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1125 ATOMIC_CMP_SWAP, enumerator
H A DSelectionDAGNodes.h1374 case ISD::ATOMIC_CMP_SWAP:
1420 return Op == ISD::ATOMIC_CMP_SWAP ||
1433 return N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h492 ATOMIC_CMP_SWAP, enumerator
H A DAMDGPUInstrInfo.td258 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
H A DAMDGPUInstructions.td350 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
H A DSIISelLowering.cpp418 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in SITargetLowering()
419 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in SITargetLowering()
871 setTargetDAGCombine(ISD::ATOMIC_CMP_SWAP); in SITargetLowering()
4560 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()
8799 return DAG.getMemIntrinsicNode(AMDGPUISD::ATOMIC_CMP_SWAP, DL, Op->getVTList(), in LowerATOMIC_CMP_SWAP()
12001 case AMDGPUISD::ATOMIC_CMP_SWAP: in isSDNodeSourceOfDivergence()
H A DAMDGPUISelDAGToDAG.cpp941 case AMDGPUISD::ATOMIC_CMP_SWAP: in Select()
H A DAMDGPUISelLowering.cpp4438 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h347 ATOMIC_CMP_SWAP, enumerator
H A DSystemZOperators.td397 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
H A DSystemZISelLowering.cpp4069 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP()
5723 OPCODE(ATOMIC_CMP_SWAP); in getTargetNodeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp84 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
H A DLegalizeDAG.cpp2740 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
2763 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
3883 case ISD::ATOMIC_CMP_SWAP: { in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp206 case ISD::ATOMIC_CMP_SWAP: in PromoteIntegerResult()
2152 case ISD::ATOMIC_CMP_SWAP: { in ExpandIntegerResult()
2162 ISD::ATOMIC_CMP_SWAP, SDLoc(N), AN->getMemoryVT(), VTs, in ExpandIntegerResult()
H A DSelectionDAG.cpp714 case ISD::ATOMIC_CMP_SWAP: in AddNodeIDCustom()
3541 case ISD::ATOMIC_CMP_SWAP: in computeKnownBits()
4144 case ISD::ATOMIC_CMP_SWAP: in ComputeNumSignBits()
7145 assert(Opcode == ISD::ATOMIC_CMP_SWAP || in getAtomicCmpSwap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp540 case ISD::ATOMIC_CMP_SWAP: { in getOUTLINE_ATOMIC()
591 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP) in getSYNC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp136 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2490 case ISD::ATOMIC_CMP_SWAP: in isI32Insn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp727 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
736 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, LibCall); in AArch64TargetLowering()
737 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, LibCall); in AArch64TargetLowering()
738 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in AArch64TargetLowering()
739 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, LibCall); in AArch64TargetLowering()
740 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, LibCall); in AArch64TargetLowering()
17290 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
H A DAArch64ISelDAGToDAG.cpp3416 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td614 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1609 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5368 case ISD::ATOMIC_CMP_SWAP: in Select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp174 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
10481 assert(Op.getOpcode() == ISD::ATOMIC_CMP_SWAP && in LowerATOMIC_CMP_SWAP()
10902 case ISD::ATOMIC_CMP_SWAP: in LowerOperation()

12