/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 251 SADDO, UADDO, enumerator
|
D | TargetLowering.h | 2045 case ISD::SADDO: in isCommutativeBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
|
D | SystemZISelLowering.cpp | 168 setOperationAction(ISD::SADDO, VT, Custom); in SystemZTargetLowering() 3228 case ISD::SADDO: in lowerXALUO() 3229 BaseOp = SystemZISD::SADDO; in lowerXALUO() 4812 case ISD::SADDO: in LowerOperation() 4998 OPCODE(SADDO); in getTargetNodeName()
|
D | SystemZOperators.td | 276 def z_saddo : SDNode<"SystemZISD::SADDO", SDT_ZBinaryWithFlags>;
|
D | SystemZISelDAGToDAG.cpp | 1312 case SystemZISD::SADDO: in tryFoldLoadStoreIntoMemOperand()
|
/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()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 270 case ISD::SADDO: return "saddo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 134 case ISD::SADDO: in PromoteIntegerResult() 550 unsigned Opcode = N->getOpcode() == ISD::SADDO ? ISD::ADD : ISD::SUB; in PromoteIntRes_SADDSUBO() 1472 case ISD::SADDO: in ExpandIntegerResult() 2448 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO() 2470 Node->getOpcode() == ISD::SADDO ? in ExpandIntRes_SADDSUBO()
|
D | LegalizeDAG.cpp | 3463 case ISD::SADDO: in ExpandNode() 3467 SDValue Sum = DAG.getNode(Node->getOpcode() == ISD::SADDO ? in ExpandNode() 3487 Node->getOpcode() == ISD::SADDO ? in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 9 ; SADDO reg, reg 130 ; SADDO reg, 1 | INC 251 ; SADDO reg, imm | imm, reg
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 612 setOperationAction(ISD::SADDO, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1338 setOperationAction(ISD::SADDO, VT, Expand); in HexagonTargetLowering() 1417 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::SADDO, in HexagonTargetLowering()
|
/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/CodeGen/ |
D | TargetLoweringBase.cpp | 879 setOperationAction(ISD::SADDO, VT, Expand); in initActions()
|
/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()
|