Searched refs:SADDO (Results 1 – 9 of 9) sorted by relevance
225 SADDO, UADDO, enumerator
927 case ISD::SADDO:
201 case ISD::SADDO: return "saddo"; in getOperationName()
115 case ISD::SADDO: in PromoteIntegerResult()459 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO()1156 case ISD::SADDO: in ExpandIntegerResult()1998 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()2020 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
1216 case ISD::SADDO: in LegalizeOp()3208 case ISD::SADDO: in ExpandNode()3212 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode()3232 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
1807 case ISD::SADDO: in ComputeMaskedBits()2213 case ISD::SADDO: in ComputeNumSignBits()
5187 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
2258 return DAG.getNode(ISD::SADDO, N->getDebugLoc(), N->getVTList(), in visitSMULO()
1198 setOperationAction(ISD::SADDO, VT, Custom); in X86TargetLowering()9028 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()9038 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerSELECT()9150 (Cond.getOperand(0).getOpcode() == ISD::SADDO || in LowerBRCOND()9208 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()9219 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerBRCOND()10925 case ISD::SADDO: in LowerXALUO()11322 case ISD::SADDO: in LowerOperation()