| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 796 ATOMIC_CMP_SWAP, enumerator
|
| H A D | SelectionDAGNodes.h | 1345 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 D | SystemZISelLowering.h | 326 ATOMIC_CMP_SWAP, enumerator
|
| H A D | SystemZOperators.td | 359 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
|
| H A D | SystemZISelLowering.cpp | 3559 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 D | AMDGPUISelLowering.h | 478 ATOMIC_CMP_SWAP, enumerator
|
| H A D | AMDGPUInstrInfo.td | 285 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
|
| H A D | SIISelLowering.cpp | 328 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 D | AMDGPUISelDAGToDAG.cpp | 636 case AMDGPUISD::ATOMIC_CMP_SWAP: in Select()
|
| H A D | SIInstrInfo.td | 436 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
|
| H A D | AMDGPUISelLowering.cpp | 4196 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.cpp | 132 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 85 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 171 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 D | LegalizeDAG.cpp | 2722 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 D | SelectionDAG.cpp | 587 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 D | TargetLoweringBase.cpp | 426 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP) in getSYNC()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 136 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 488 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1597 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2772 case ISD::ATOMIC_CMP_SWAP: in Select()
|
| H A D | AArch64ISelLowering.cpp | 476 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 D | ARMISelDAGToDAG.cpp | 3788 case ISD::ATOMIC_CMP_SWAP: in Select()
|
| H A D | ARMISelLowering.cpp | 983 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 D | PPCISelLowering.cpp | 154 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()
|