Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h796 ATOMIC_CMP_SWAP, enumerator
H A DSelectionDAGNodes.h1345 N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
1384 return Op == ISD::ATOMIC_CMP_SWAP ||
1397 return N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h326 ATOMIC_CMP_SWAP, enumerator
H A DSystemZOperators.td359 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
H A DSystemZISelLowering.cpp3559 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP()
5090 OPCODE(ATOMIC_CMP_SWAP); in getTargetNodeName()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h478 ATOMIC_CMP_SWAP, enumerator
H A DAMDGPUInstrInfo.td285 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
H A DSIISelLowering.cpp328 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in SITargetLowering()
329 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in SITargetLowering()
691 setTargetDAGCombine(ISD::ATOMIC_CMP_SWAP); in SITargetLowering()
3637 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()
7031 return DAG.getMemIntrinsicNode(AMDGPUISD::ATOMIC_CMP_SWAP, DL, Op->getVTList(), in LowerATOMIC_CMP_SWAP()
8924 case ISD::ATOMIC_CMP_SWAP: in PerformDAGCombine()
H A DAMDGPUISelDAGToDAG.cpp636 case AMDGPUISD::ATOMIC_CMP_SWAP: in Select()
H A DSIInstrInfo.td436 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
H A DAMDGPUISelLowering.cpp4196 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp132 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp85 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
H A DLegalizeIntegerTypes.cpp171 case ISD::ATOMIC_CMP_SWAP: in PromoteIntegerResult()
1554 case ISD::ATOMIC_CMP_SWAP: { in ExpandIntegerResult()
1564 ISD::ATOMIC_CMP_SWAP, SDLoc(N), AN->getMemoryVT(), VTs, in ExpandIntegerResult()
H A DLegalizeDAG.cpp2722 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
2745 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
3798 case ISD::ATOMIC_CMP_SWAP: { in ConvertNodeToLibcall()
H A DSelectionDAG.cpp587 case ISD::ATOMIC_CMP_SWAP: in AddNodeIDCustom()
6392 assert(Opcode == ISD::ATOMIC_CMP_SWAP || in getAtomicCmpSwap()
6417 assert(Opcode == ISD::ATOMIC_CMP_SWAP || in getAtomicCmpSwap()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp426 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP) in getSYNC()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp136 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td488 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1597 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2772 case ISD::ATOMIC_CMP_SWAP: in Select()
H A DAArch64ISelLowering.cpp476 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
11555 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3788 case ISD::ATOMIC_CMP_SWAP: in Select()
H A DARMISelLowering.cpp983 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in ARMTargetLowering()
1003 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in ARMTargetLowering()
8151 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp154 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
9151 assert(Op.getOpcode() == ISD::ATOMIC_CMP_SWAP && in LowerATOMIC_CMP_SWAP()
9681 case ISD::ATOMIC_CMP_SWAP: in LowerOperation()