Searched refs:SADDO (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 218 SADDO, UADDO, enumerator
|
D | SelectionDAG.h | 1033 case ISD::SADDO:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 207 case ISD::SADDO: return "saddo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 117 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()
|
D | LegalizeDAG.cpp | 1240 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()
|
D | SelectionDAG.cpp | 2024 case ISD::SADDO: in computeKnownBits() 2435 case ISD::SADDO: in ComputeNumSignBits()
|
D | SelectionDAGBuilder.cpp | 5342 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
|
D | DAGCombiner.cpp | 2409 return DAG.getNode(ISD::SADDO, SDLoc(N), N->getVTList(), in visitSMULO()
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 9 ; SADDO reg, reg 70 ; SADDO reg, imm | imm, reg
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 259 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/ |
D | ARMISelLowering.cpp | 606 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/ |
D | X86ISelLowering.cpp | 1516 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()
|