Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h857 ATOMIC_CMP_SWAP, enumerator
DSelectionDAGNodes.h1398 N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
1442 return Op == ISD::ATOMIC_CMP_SWAP ||
1455 return N->getOpcode() == ISD::ATOMIC_CMP_SWAP ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h501 ATOMIC_CMP_SWAP, enumerator
DAMDGPUInstrInfo.td273 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
DAMDGPUInstructions.td327 def atomic_cmp_swap_glue : SDNode <"ISD::ATOMIC_CMP_SWAP", SDTAtomic3,
DSIISelLowering.cpp351 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in SITargetLowering()
352 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in SITargetLowering()
750 setTargetDAGCombine(ISD::ATOMIC_CMP_SWAP); in SITargetLowering()
4053 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()
8023 return DAG.getMemIntrinsicNode(AMDGPUISD::ATOMIC_CMP_SWAP, DL, Op->getVTList(), in LowerATOMIC_CMP_SWAP()
10024 case ISD::ATOMIC_CMP_SWAP: in PerformDAGCombine()
DAMDGPUISelDAGToDAG.cpp908 case AMDGPUISD::ATOMIC_CMP_SWAP: in Select()
DAMDGPUISelLowering.cpp4345 NODE_NAME_CASE(ATOMIC_CMP_SWAP) in getTargetNodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h346 ATOMIC_CMP_SWAP, enumerator
DSystemZOperators.td392 def z_atomic_cmp_swap : SDNode<"SystemZISD::ATOMIC_CMP_SWAP",
DSystemZISelLowering.cpp3951 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP()
5417 OPCODE(ATOMIC_CMP_SWAP); in getTargetNodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp84 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap"; in getOperationName()
DLegalizeIntegerTypes.cpp185 case ISD::ATOMIC_CMP_SWAP: in PromoteIntegerResult()
1848 case ISD::ATOMIC_CMP_SWAP: { in ExpandIntegerResult()
1858 ISD::ATOMIC_CMP_SWAP, SDLoc(N), AN->getMemoryVT(), VTs, in ExpandIntegerResult()
DLegalizeDAG.cpp2796 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
2819 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs, in ExpandNode()
3906 case ISD::ATOMIC_CMP_SWAP: { in ConvertNodeToLibcall()
DSelectionDAG.cpp604 case ISD::ATOMIC_CMP_SWAP: in AddNodeIDCustom()
6608 assert(Opcode == ISD::ATOMIC_CMP_SWAP || in getAtomicCmpSwap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp466 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP) in getSYNC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp135 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td584 def atomic_cmp_swap : SDNode<"ISD::ATOMIC_CMP_SWAP" , SDTAtomic3,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1597 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Legal); in SparcTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp3045 case ISD::ATOMIC_CMP_SWAP: in Select()
DAArch64ISelLowering.cpp540 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
12963 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp4531 case ISD::ATOMIC_CMP_SWAP: in Select()
DARMISelLowering.cpp1232 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in ARMTargetLowering()
1252 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in ARMTargetLowering()
9459 case ISD::ATOMIC_CMP_SWAP: in ReplaceNodeResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp162 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
9894 assert(Op.getOpcode() == ISD::ATOMIC_CMP_SWAP && in LowerATOMIC_CMP_SWAP()
10501 case ISD::ATOMIC_CMP_SWAP: in LowerOperation()

12