/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 226 SADDO, UADDO, enumerator
|
D | SelectionDAG.h | 904 case ISD::SADDO:
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 232 SADDO, UADDO, enumerator
|
D | SelectionDAG.h | 1182 case ISD::SADDO:
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 7 ; SADDO reg, reg 56 ; SADDO reg, 1 | INC 105 ; SADDO reg, imm | imm, reg
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 228 case ISD::SADDO: return "saddo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 132 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()
|
D | LegalizeDAG.cpp | 3322 case ISD::SADDO: in ExpandNode() 3326 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode() 3347 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
|
D | SelectionDAG.cpp | 2124 case ISD::SADDO: in computeKnownBits() 2615 case ISD::SADDO: in ComputeNumSignBits()
|
D | SelectionDAGBuilder.cpp | 5508 case Intrinsic::sadd_with_overflow: Op = ISD::SADDO; break; in visitIntrinsicCall()
|
D | DAGCombiner.cpp | 2661 return DAG.getNode(ISD::SADDO, SDLoc(N), N->getVTList(), in visitSMULO()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 114 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()
|
D | LegalizeDAG.cpp | 856 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()
|
D | SelectionDAG.cpp | 1733 case ISD::SADDO: in ComputeMaskedBits() 2168 case ISD::SADDO: in ComputeNumSignBits() 6018 case ISD::SADDO: return "saddo"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 5085 return implVisitAluOverflow(I, ISD::SADDO); in visitIntrinsicCall()
|
D | DAGCombiner.cpp | 2170 return DAG.getNode(ISD::SADDO, N->getDebugLoc(), N->getVTList(), in visitSMULO()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 879 setOperationAction(ISD::SADDO, VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 239 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/ |
D | HexagonISelLowering.cpp | 1854 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/ |
D | ARMISelLowering.cpp | 720 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/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1118 setOperationAction(ISD::SADDO, VT, Custom); in X86TargetLowering() 10055 case ISD::SADDO: in LowerXALUO() 10441 case ISD::SADDO: in LowerOperation()
|