Home
last modified time | relevance | path

Searched refs:SADDO (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h226 SADDO, UADDO, enumerator
DSelectionDAG.h904 case ISD::SADDO:
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h232 SADDO, UADDO, enumerator
DSelectionDAG.h1182 case ISD::SADDO:
/external/llvm/test/CodeGen/X86/
Dxaluo.ll7 ; SADDO reg, reg
56 ; SADDO reg, 1 | INC
105 ; SADDO reg, imm | imm, reg
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp228 case ISD::SADDO: return "saddo"; in getOperationName()
DLegalizeIntegerTypes.cpp132 case ISD::SADDO: in PromoteIntegerResult()
551 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO()
1397 case ISD::SADDO: in ExpandIntegerResult()
2262 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
2284 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
DLegalizeDAG.cpp3322 case ISD::SADDO: in ExpandNode()
3326 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode()
3347 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
DSelectionDAG.cpp2124 case ISD::SADDO: in computeKnownBits()
2615 case ISD::SADDO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5508 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
DDAGCombiner.cpp2661 return DAG.getNode(ISD::SADDO, SDLoc(N), N->getVTList(), in visitSMULO()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp114 case ISD::SADDO: in PromoteIntegerResult()
457 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO()
1152 case ISD::SADDO: in ExpandIntegerResult()
1986 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
2008 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
DLegalizeDAG.cpp856 case ISD::SADDO: in LegalizeOp()
3551 case ISD::SADDO: in ExpandNode()
3555 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode()
3575 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
DSelectionDAG.cpp1733 case ISD::SADDO: in ComputeMaskedBits()
2168 case ISD::SADDO: in ComputeNumSignBits()
6018 case ISD::SADDO: return "saddo"; in getOperationName()
DSelectionDAGBuilder.cpp5085 return implVisitAluOverflow(I, ISD::SADDO); in visitIntrinsicCall()
DDAGCombiner.cpp2170 return DAG.getNode(ISD::SADDO, N->getDebugLoc(), N->getVTList(), in visitSMULO()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp879 setOperationAction(ISD::SADDO, VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp239 setOperationAction(ISD::SADDO, MVT::i32, Custom); in AArch64TargetLowering()
240 setOperationAction(ISD::SADDO, MVT::i64, Custom); in AArch64TargetLowering()
1627 case ISD::SADDO: in getAArch64XALUOOp()
2342 case ISD::SADDO: 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/Target/Hexagon/
DHexagonISelLowering.cpp1854 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering()
1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp720 setOperationAction(ISD::SADDO, MVT::i32, Custom); in ARMTargetLowering()
3529 case ISD::SADDO: in getARMXALUOOp()
3587 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
7210 case ISD::SADDO: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1584 setOperationAction(ISD::SADDO, VT, Custom); in X86TargetLowering()
15904 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
15914 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerSELECT()
16545 (Cond.getOperand(0).getOpcode() == ISD::SADDO || in LowerBRCOND()
16600 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
16614 case ISD::SADDO: in LowerBRCOND()
20486 case ISD::SADDO: in LowerXALUO()
21744 case ISD::SADDO: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1118 setOperationAction(ISD::SADDO, VT, Custom); in X86TargetLowering()
10055 case ISD::SADDO: in LowerXALUO()
10441 case ISD::SADDO: in LowerOperation()