Home
last modified time | relevance | path

Searched refs:SADDO (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h252 SADDO, UADDO, enumerator
DTargetLowering.h2253 case ISD::SADDO: in isCommutativeBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
DSystemZISelLowering.cpp174 setOperationAction(ISD::SADDO, VT, Custom); in SystemZTargetLowering()
3606 case ISD::SADDO: in lowerXALUO()
3607 BaseOp = SystemZISD::SADDO; in lowerXALUO()
5135 case ISD::SADDO: in LowerOperation()
5323 OPCODE(SADDO); in getTargetNodeName()
DSystemZISelDAGToDAG.cpp1350 case SystemZISD::SADDO: in tryFoldLoadStoreIntoMemOperand()
DSystemZOperators.td277 def z_saddo : SDNode<"SystemZISD::SADDO", SDT_ZBinaryWithFlags>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2135 { ISD::SADDO, MVT::i64, 1 }, in getIntrinsicInstrCost()
2148 { ISD::SADDO, MVT::i32, 1 }, in getIntrinsicInstrCost()
2149 { ISD::SADDO, MVT::i16, 1 }, in getIntrinsicInstrCost()
2150 { ISD::SADDO, MVT::i8, 1 }, in getIntrinsicInstrCost()
2194 ISD = ISD::SADDO; in getIntrinsicInstrCost()
DX86ISelLowering.cpp1927 setOperationAction(ISD::SADDO, VT, Custom); in X86TargetLowering()
21972 case ISD::SADDO: in getX86XALUOOp()
22277 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
22829 (Cond.getOperand(0).getOpcode() == ISD::SADDO || in LowerBRCOND()
22884 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
28631 case ISD::SADDO: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp448 case ISD::SADDO: in LegalizeOp()
938 case ISD::SADDO: in Expand()
DSelectionDAGDumper.cpp292 case ISD::SADDO: return "saddo"; in getOperationName()
DLegalizeIntegerTypes.cpp141 case ISD::SADDO: in PromoteIntegerResult()
862 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO()
1899 case ISD::SADDO: in ExpandIntegerResult()
3248 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
3270 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
DLegalizeVectorTypes.cpp157 case ISD::SADDO: in ScalarizeVectorResult()
952 case ISD::SADDO: in SplitVectorResult()
2763 case ISD::SADDO: in WidenVectorResult()
DSelectionDAG.cpp3147 case ISD::SADDO: in computeKnownBits()
3731 case ISD::SADDO: in ComputeNumSignBits()
9328 assert((Opcode == ISD::UADDO || Opcode == ISD::SADDO || in UnrollVectorOverflowOp()
DDAGCombiner.cpp1508 case ISD::SADDO: in visit()
2257 N0.getOpcode() == ISD::SADDO) { in visitADDLike()
2599 bool IsSigned = (ISD::SADDO == N->getOpcode()); in visitADDO()
3362 return DAG.getNode(ISD::SADDO, DL, N->getVTList(), N0, in visitSUBO()
4310 return DAG.getNode(IsSigned ? ISD::SADDO : ISD::UADDO, DL, in visitMULO()
DTargetLowering.cpp7117 OverflowOp = ISD::SADDO; in expandAddSubSat()
7426 bool IsAdd = Node->getOpcode() == ISD::SADDO; in expandSADDSUBO()
DLegalizeDAG.cpp3482 case ISD::SADDO: in ExpandNode()
DSelectionDAGBuilder.cpp6637 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp665 setOperationAction(ISD::SADDO, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1398 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering()
1475 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::SADDO, in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp373 setOperationAction(ISD::SADDO, MVT::i32, Custom); in AArch64TargetLowering()
374 setOperationAction(ISD::SADDO, MVT::i64, Custom); in AArch64TargetLowering()
2217 case ISD::SADDO: in getAArch64XALUOOp()
2339 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in isOverflowIntrOpRes()
3189 case ISD::SADDO: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1040 setOperationAction(ISD::SADDO, MVT::i32, Custom); in ARMTargetLowering()
4413 case ISD::SADDO: in getARMXALUOOp()
4586 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
5221 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBRCOND()
5272 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
9351 case ISD::SADDO: in LowerOperation()