| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1125 ATOMIC_CMP_SWAP, enumerator
|
| H A D | SelectionDAGNodes.h | 1374 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 D | AMDGPUISelLowering.h | 492 ATOMIC_CMP_SWAP, enumerator
|
| H A D | AMDGPUInstrInfo.td | 258 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
|
| H A D | AMDGPUInstructions.td | 350 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
|
| H A D | SIISelLowering.cpp | 418 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 D | AMDGPUISelDAGToDAG.cpp | 941 case AMDGPUISD::ATOMIC_CMP_SWAP: in Select()
|
| H A D | AMDGPUISelLowering.cpp | 4438 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 347 ATOMIC_CMP_SWAP, enumerator
|
| H A D | SystemZOperators.td | 397 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
|
| H A D | SystemZISelLowering.cpp | 4069 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 D | Mips16ISelLowering.cpp | 131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 84 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 2740 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 D | LegalizeIntegerTypes.cpp | 206 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 D | SelectionDAG.cpp | 714 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 D | TargetLoweringBase.cpp | 540 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 D | AVRISelLowering.cpp | 136 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 2490 case ISD::ATOMIC_CMP_SWAP: in isI32Insn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 727 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 D | AArch64ISelDAGToDAG.cpp | 3416 case ISD::ATOMIC_CMP_SWAP: in Select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 614 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1609 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 5368 case ISD::ATOMIC_CMP_SWAP: in Select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 174 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()
|