/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1289 ATOMIC_CMP_SWAP, enumerator
|
H A D | SelectionDAGNodes.h | 1453 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 D | AMDGPUISelLowering.h | 577 ATOMIC_CMP_SWAP, enumerator
|
H A D | AMDGPUInstrInfo.td | 278 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
|
H A D | AMDGPUInstructions.td | 431 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
|
H A D | SIISelLowering.cpp | 450 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 D | AMDGPUISelLowering.cpp | 5529 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 361 ATOMIC_CMP_SWAP, enumerator
|
H A D | SystemZOperators.td | 415 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
|
H A D | SystemZISelLowering.cpp | 4689 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 D | Mips16ISelLowering.cpp | 131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 457 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 D | SelectionDAGDumper.cpp | 85 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 3154 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 D | LegalizeIntegerTypes.cpp | 277 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 D | SelectionDAG.cpp | 892 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 D | AVRISelLowering.cpp | 142 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2916 case ISD::ATOMIC_CMP_SWAP: in isI32Insn()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 162 setOperationAction(ISD::ATOMIC_CMP_SWAP, {MVT::i8, MVT::i16, MVT::i32}, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 711 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 901 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 D | AArch64ISelDAGToDAG.cpp | 4581 case ISD::ATOMIC_CMP_SWAP: in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1788 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 5357 case ISD::ATOMIC_CMP_SWAP: in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 201 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()
|