Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h226 SADDO, UADDO, enumerator
DSelectionDAG.h905 case ISD::UADDO:
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h232 SADDO, UADDO, enumerator
DSelectionDAG.h1183 case ISD::UADDO:
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp134 case ISD::UADDO: in PromoteIntegerResult()
744 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_UADDSUBO()
1399 case ISD::UADDO: in ExpandIntegerResult()
1762 ISD::UADDO : ISD::USUBO, in ExpandIntRes_ADDSUB()
1770 Lo = DAG.getNode(ISD::UADDO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
2527 SDValue Sum = DAG.getNode(N->getOpcode() == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
2535 N->getOpcode () == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
DSelectionDAGDumper.cpp229 case ISD::UADDO: return "uaddo"; in getOperationName()
DLegalizeDAG.cpp3357 case ISD::UADDO: in ExpandNode()
3361 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::UADDO ? in ExpandNode()
3369 = Node->getOpcode() == ISD::UADDO ? ISD::SETULT : ISD::SETUGT; in ExpandNode()
DSelectionDAG.cpp2125 case ISD::UADDO: in computeKnownBits()
2616 case ISD::UADDO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5507 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
DDAGCombiner.cpp2671 return DAG.getNode(ISD::UADDO, SDLoc(N), N->getVTList(), in visitUMULO()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp116 case ISD::UADDO: in PromoteIntegerResult()
620 unsigned Opcode = N->getOpcode() == ISD::UADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_UADDSUBO()
1154 case ISD::UADDO: in ExpandIntegerResult()
2226 SDValue Sum = DAG.getNode(N->getOpcode() == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
2234 N->getOpcode () == ISD::UADDO ? in ExpandIntRes_UADDSUBO()
DLegalizeDAG.cpp858 case ISD::UADDO: in LegalizeOp()
3585 case ISD::UADDO: in ExpandNode()
3589 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::UADDO ? in ExpandNode()
3594 Node->getOpcode () == ISD::UADDO ? in ExpandNode()
DSelectionDAG.cpp1734 case ISD::UADDO: in ComputeMaskedBits()
2169 case ISD::UADDO: in ComputeNumSignBits()
6019 case ISD::UADDO: return "uaddo"; in getOperationName()
DSelectionDAGBuilder.cpp5083 return implVisitAluOverflow(I, ISD::UADDO); in visitIntrinsicCall()
DDAGCombiner.cpp2180 return DAG.getNode(ISD::UADDO, N->getDebugLoc(), N->getVTList(), in visitUMULO()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll174 ; UADDO
199 ; UADDO reg, 1 | NOT INC
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp136 setOperationAction(ISD::UADDO, MVT::i32, Custom); in R600TargetLowering()
622 case ISD::UADDO: return LowerUADDSUBO(Op, DAG, ISD::ADD, AMDGPUISD::CARRY); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp241 setOperationAction(ISD::UADDO, MVT::i32, Custom); in AArch64TargetLowering()
242 setOperationAction(ISD::UADDO, MVT::i64, Custom); in AArch64TargetLowering()
1631 case ISD::UADDO: in getAArch64XALUOOp()
2343 case ISD::UADDO: in LowerOperation()
3638 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
4087 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp881 setOperationAction(ISD::UADDO, VT, Expand); in initActions()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1853 setOperationAction(ISD::UADDO, VT, Expand); in HexagonTargetLowering()
1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp721 setOperationAction(ISD::UADDO, MVT::i32, Custom); in ARMTargetLowering()
3534 case ISD::UADDO: in getARMXALUOOp()
3587 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
7211 case ISD::UADDO: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1585 setOperationAction(ISD::UADDO, VT, Custom); in X86TargetLowering()
15904 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
15913 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerSELECT()
16546 Cond.getOperand(0).getOpcode() == ISD::UADDO || in LowerBRCOND()
16600 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
16613 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerBRCOND()
20497 case ISD::UADDO: in LowerXALUO()
21745 case ISD::UADDO: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1119 setOperationAction(ISD::UADDO, VT, Custom); in X86TargetLowering()
10067 case ISD::UADDO: in LowerXALUO()
10442 case ISD::UADDO: in LowerOperation()