Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h218 SADDO, UADDO, enumerator
DSelectionDAG.h1033 case ISD::SADDO:
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp207 case ISD::SADDO: return "saddo"; in getOperationName()
DLegalizeIntegerTypes.cpp117 case ISD::SADDO: in PromoteIntegerResult()
487 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO()
1210 case ISD::SADDO: in ExpandIntegerResult()
2012 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
2034 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
DLegalizeDAG.cpp1240 case ISD::SADDO: in LegalizeOp()
3732 case ISD::SADDO: in ExpandNode()
3736 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode()
3757 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
DSelectionDAG.cpp2024 case ISD::SADDO: in computeKnownBits()
2435 case ISD::SADDO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5342 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
DDAGCombiner.cpp2409 return DAG.getNode(ISD::SADDO, SDLoc(N), N->getVTList(), in visitSMULO()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll9 ; SADDO reg, reg
70 ; SADDO reg, imm | imm, reg
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp259 setOperationAction(ISD::SADDO, MVT::i32, Custom); in AArch64TargetLowering()
260 setOperationAction(ISD::SADDO, MVT::i64, Custom); in AArch64TargetLowering()
1095 case ISD::SADDO: in getAArch64XALUOOp()
1551 case ISD::SADDO: in LowerOperation()
2859 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
3184 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp606 setOperationAction(ISD::SADDO, MVT::i32, Custom); in ARMTargetLowering()
3248 case ISD::SADDO: in getARMXALUOOp()
3305 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
6247 case ISD::SADDO: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1516 setOperationAction(ISD::SADDO, VT, Custom); in resetOperationActions()
12628 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
12638 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerSELECT()
12847 (Cond.getOperand(0).getOpcode() == ISD::SADDO || in LowerBRCOND()
12905 if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerBRCOND()
12919 case ISD::SADDO: in LowerBRCOND()
15781 case ISD::SADDO: in LowerXALUO()
16237 case ISD::SADDO: in LowerOperation()