Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h223 SADDO, UADDO, enumerator
H A DSelectionDAG.h1078 case ISD::UADDO:
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp211 case ISD::UADDO: return "uaddo"; in getOperationName()
H A DLegalizeIntegerTypes.cpp120 case ISD::UADDO: in PromoteIntegerResult()
681 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_UADDSUBO()
1311 case ISD::UADDO: in ExpandIntegerResult()
2365 SDValue Sum = DAG.getNode(N->getOpcode() == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
2373 N->getOpcode () == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
H A DLegalizeDAG.cpp1245 case ISD::UADDO: in LegalizeOp()
3748 case ISD::UADDO: in ExpandNode()
3752 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::UADDO ? in ExpandNode()
3760 = Node->getOpcode() == ISD::UADDO ? ISD::SETULT : ISD::SETUGT; in ExpandNode()
H A DSelectionDAG.cpp2021 case ISD::UADDO: in computeKnownBits()
2431 case ISD::UADDO: in ComputeNumSignBits()
H A DSelectionDAGBuilder.cpp5461 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
H A DDAGCombiner.cpp2487 return DAG.getNode(ISD::UADDO, SDLoc(N), N->getVTList(), in visitUMULO()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dxaluo.ll174 ; UADDO
199 ; UADDO reg, 1 | NOT INC
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp265 setOperationAction(ISD::UADDO, MVT::i32, Custom); in AArch64TargetLowering()
266 setOperationAction(ISD::UADDO, MVT::i64, Custom); in AArch64TargetLowering()
1251 case ISD::UADDO: in getAArch64XALUOOp()
1916 case ISD::UADDO: in LowerOperation()
3224 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
3558 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp653 setOperationAction(ISD::UADDO, MVT::i32, Custom); in ARMTargetLowering()
3382 case ISD::UADDO: in getARMXALUOOp()
3434 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
6461 case ISD::UADDO: in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1631 setOperationAction(ISD::UADDO, VT, Custom); in resetOperationActions()
15838 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
15847 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerSELECT()
16282 Cond.getOperand(0).getOpcode() == ISD::UADDO || in LowerBRCOND()
16339 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
16352 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerBRCOND()
18988 case ISD::UADDO: in LowerXALUO()
19689 case ISD::UADDO: in LowerOperation()