Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h225 SADDO, UADDO, enumerator
DSelectionDAG.h928 case ISD::UADDO:
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp202 case ISD::UADDO: return "uaddo"; in getOperationName()
DLegalizeIntegerTypes.cpp117 case ISD::UADDO: in PromoteIntegerResult()
622 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_UADDSUBO()
1158 case ISD::UADDO: in ExpandIntegerResult()
2238 SDValue Sum = DAG.getNode(N->getOpcode() == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
2246 N->getOpcode () == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
DLegalizeDAG.cpp1218 case ISD::UADDO: in LegalizeOp()
3242 case ISD::UADDO: in ExpandNode()
3246 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::UADDO ? in ExpandNode()
3251 Node->getOpcode () == ISD::UADDO ? in ExpandNode()
DSelectionDAG.cpp1808 case ISD::UADDO: in ComputeMaskedBits()
2214 case ISD::UADDO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5186 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
DDAGCombiner.cpp2268 return DAG.getNode(ISD::UADDO, N->getDebugLoc(), N->getVTList(), in visitUMULO()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1199 setOperationAction(ISD::UADDO, VT, Custom); in X86TargetLowering()
9028 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
9037 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerSELECT()
9151 Cond.getOperand(0).getOpcode() == ISD::UADDO || in LowerBRCOND()
9208 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
9218 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerBRCOND()
10937 case ISD::UADDO: in LowerXALUO()
11323 case ISD::UADDO: in LowerOperation()