/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 226 SADDO, UADDO, enumerator
|
D | SelectionDAG.h | 905 case ISD::UADDO:
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 232 SADDO, UADDO, enumerator
|
D | SelectionDAG.h | 1183 case ISD::UADDO:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 134 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()
|
D | SelectionDAGDumper.cpp | 229 case ISD::UADDO: return "uaddo"; in getOperationName()
|
D | LegalizeDAG.cpp | 3357 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()
|
D | SelectionDAG.cpp | 2125 case ISD::UADDO: in computeKnownBits() 2616 case ISD::UADDO: in ComputeNumSignBits()
|
D | SelectionDAGBuilder.cpp | 5507 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
|
D | DAGCombiner.cpp | 2671 return DAG.getNode(ISD::UADDO, SDLoc(N), N->getVTList(), in visitUMULO()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 116 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()
|
D | LegalizeDAG.cpp | 858 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()
|
D | SelectionDAG.cpp | 1734 case ISD::UADDO: in ComputeMaskedBits() 2169 case ISD::UADDO: in ComputeNumSignBits() 6019 case ISD::UADDO: return "uaddo"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 5083 return implVisitAluOverflow(I, ISD::UADDO); in visitIntrinsicCall()
|
D | DAGCombiner.cpp | 2180 return DAG.getNode(ISD::UADDO, N->getDebugLoc(), N->getVTList(), in visitUMULO()
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 174 ; UADDO 199 ; UADDO reg, 1 | NOT INC
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 136 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/ |
D | AArch64ISelLowering.cpp | 241 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/ |
D | TargetLoweringBase.cpp | 881 setOperationAction(ISD::UADDO, VT, Expand); in initActions()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1853 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/ |
D | ARMISelLowering.cpp | 721 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/ |
D | X86ISelLowering.cpp | 1585 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/ |
D | X86ISelLowering.cpp | 1119 setOperationAction(ISD::UADDO, VT, Custom); in X86TargetLowering() 10067 case ISD::UADDO: in LowerXALUO() 10442 case ISD::UADDO: in LowerOperation()
|