Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h225 SADDO, UADDO, enumerator
DSelectionDAG.h927 case ISD::SADDO:
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp201 case ISD::SADDO: return "saddo"; in getOperationName()
DLegalizeIntegerTypes.cpp115 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()
DLegalizeDAG.cpp1216 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()
DSelectionDAG.cpp1807 case ISD::SADDO: in ComputeMaskedBits()
2213 case ISD::SADDO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5187 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
DDAGCombiner.cpp2258 return DAG.getNode(ISD::SADDO, N->getDebugLoc(), N->getVTList(), in visitSMULO()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1198 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()