Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h331 UADDO, enumerator
H A DTargetLowering.h2899 case ISD::UADDO: in isCommutativeBinOp()
3346 if (Opcode != ISD::UADDO) in shouldFormOverflowOp()
H A DSelectionDAGNodes.h3263 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp215 case ISD::UADDO: in PromoteIntegerResult()
1717 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_UADDSUBO()
2896 case ISD::UADDO: in ExpandIntegerResult()
3395 Lo = DAG.getNode(ISD::UADDO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
3398 ? DAG.getNode(ISD::UADDO, dl, VTList, ArrayRef(HiOps, 2)) in ExpandIntRes_ADDSUB()
3436 ISD::UADDO : ISD::USUBO, in ExpandIntRes_ADDSUB()
3446 Lo = DAG.getNode(ISD::UADDO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
3576 case ISD::UADDO: in ExpandIntRes_UADDSUBO()
3613 if (N->getOpcode() == ISD::UADDO && isOneConstant(RHS)) { in ExpandIntRes_UADDSUBO()
3619 } else if (N->getOpcode() == ISD::UADDO && isAllOnesConstant(RHS)) { in ExpandIntRes_UADDSUBO()
[all …]
H A DSelectionDAGDumper.cpp344 case ISD::UADDO: return "uaddo"; in getOperationName()
H A DLegalizeVectorOps.cpp442 case ISD::UADDO: in LegalizeOp()
1028 case ISD::UADDO: in Expand()
H A DDAGCombiner.cpp1847 case ISD::UADDO: return visitADDO(N); in visit()
3090 V.getOpcode() != ISD::UADDO && V.getOpcode() != ISD::USUBO) in getAsCarry()
3406 TLI.isOperationLegalOrCustom(ISD::UADDO, N->getValueType(0))) in visitUADDO_CARRY()
3407 return DAG.getNode(ISD::UADDO, DL, N->getVTList(), N0, N1); in visitUADDO_CARRY()
3469 if (Carry1.getOpcode() != ISD::UADDO) in combineUADDO_CARRYDiamond()
3481 } else if (Carry0.getOpcode() == ISD::UADDO && in combineUADDO_CARRYDiamond()
3568 if (Opcode != ISD::UADDO && Opcode != ISD::USUBO) in combineCarryDiamond()
3593 unsigned NewOp = Opcode == ISD::UADDO ? ISD::UADDO_CARRY : ISD::USUBO_CARRY; in combineCarryDiamond()
3646 (N0.getOpcode() == ISD::UADDO && N0.getResNo() == 0 && in visitUADDO_CARRYLike()
5490 return DAG.getNode(IsSigned ? ISD::SADDO : ISD::UADDO, DL, in visitMULO()
[all …]
H A DSelectionDAG.cpp3920 case ISD::UADDO: in computeKnownBits()
4709 case ISD::UADDO: in ComputeNumSignBits()
10175 case ISD::UADDO: in getNode()
10201 if (Opcode == ISD::UADDO || Opcode == ISD::SADDO) in getNode()
12480 assert((Opcode == ISD::UADDO || Opcode == ISD::SADDO || in UnrollVectorOverflowOp()
H A DLegalizeVectorTypes.cpp209 case ISD::UADDO: in ScalarizeVectorResult()
1308 case ISD::UADDO: in SplitVectorResult()
4465 case ISD::UADDO: in WidenVectorResult()
H A DTargetLowering.cpp7843 Sum = DAG.getNode(ISD::UADDO, dl, VTList, LL, LH); in expandDIVREMByConstant()
10354 OverflowOp = ISD::UADDO; in expandAddSubSat()
10876 bool IsAdd = Node->getOpcode() == ISD::UADDO; in expandUADDSUBO()
H A DLegalizeDAG.cpp3981 case ISD::UADDO: in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h101 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
H A DSystemZISelLowering.cpp193 setOperationAction(ISD::UADDO, VT, Custom); in SystemZTargetLowering()
260 setOperationAction(ISD::UADDO, MVT::i128, Custom); in SystemZTargetLowering()
4283 case ISD::UADDO: in lowerXALUO()
4320 case ISD::UADDO: in lowerXALUO()
4321 BaseOp = SystemZISD::UADDO; in lowerXALUO()
4345 return Carry.getOpcode() == ISD::UADDO; in isAddCarryChain()
6164 case ISD::UADDO: in LowerOperation()
6400 OPCODE(UADDO); in getTargetNodeName()
H A DSystemZISelDAGToDAG.cpp1421 case SystemZISD::UADDO: in tryFoldLoadStoreIntoMemOperand()
H A DSystemZOperators.td293 def z_uaddo : SDNode<"SystemZISD::UADDO", SDT_ZBinaryWithFlags>;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp117 setOperationAction(ISD::UADDO, VT, Custom); in M68kTargetLowering()
1383 case ISD::UADDO: in LowerOperation()
1538 case ISD::UADDO: in isOverflowArithmetic()
1582 case ISD::UADDO: in lowerOverflowArithmetic()
2465 Cond.getOperand(0).getOpcode() == ISD::UADDO || in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1568 setOperationAction(ISD::UADDO, VT, Custom); in HexagonTargetLowering()
1648 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in HexagonTargetLowering()
3277 if (Opc == ISD::UADDO) { in LowerUAddSubO()
3374 case ISD::UADDO: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp534 case ISD::UADDO: in Select()
936 bool IsAdd = N->getOpcode() == ISD::UADDO; in SelectUADDO_USUBO()
957 unsigned Opc = N->getOpcode() == ISD::UADDO ? AMDGPU::S_UADDO_PSEUDO in SelectUADDO_USUBO()
H A DR600ISelLowering.cpp119 setOperationAction(ISD::UADDO, MVT::i32, Custom); in R600TargetLowering()
406 case ISD::UADDO: return LowerUADDSUBO(Op, DAG, ISD::ADD, AMDGPUISD::CARRY); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4115 { ISD::UADDO, MVT::i64, { 1 } }, in getIntrinsicInstrCost()
4169 { ISD::UADDO, MVT::i32, { 1 } }, in getIntrinsicInstrCost()
4170 { ISD::UADDO, MVT::i16, { 1 } }, in getIntrinsicInstrCost()
4171 { ISD::UADDO, MVT::i8, { 1 } }, in getIntrinsicInstrCost()
4284 ISD = ISD::UADDO; in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp732 setOperationAction({ISD::SADDO, ISD::SSUBO, ISD::UADDO, ISD::USUBO, in initActions()
H A DCodeGenPrepare.cpp1677 if (!TLI->shouldFormOverflowOp(ISD::UADDO, in combineToUAddWithOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1143 setOperationAction(ISD::UADDO, MVT::i32, Custom); in ARMTargetLowering()
4948 case ISD::UADDO: in getARMXALUOOp()
5059 case ISD::UADDO: in LowerUnsignedALUO()
5141 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
5723 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBRCOND()
5774 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
10646 case ISD::UADDO: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp539 ISD::SUBE, ISD::UADDO, ISD::UADDO_CARRY, ISD::UADDSAT, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp699 setOperationAction(ISD::UADDO, MVT::i32, Custom); in AArch64TargetLowering()
700 setOperationAction(ISD::UADDO, MVT::i64, Custom); in AArch64TargetLowering()
3990 case ISD::UADDO: in getAArch64XALUOOp()
6805 case ISD::UADDO: in LowerOperation()

12