Home
last modified time | relevance | path

Searched refs:SSUBO (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h229 SSUBO, USUBO, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h235 SSUBO, USUBO, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h254 SSUBO, USUBO, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
DSystemZISelLowering.cpp169 setOperationAction(ISD::SSUBO, VT, Custom); in SystemZTargetLowering()
3233 case ISD::SSUBO: in lowerXALUO()
3234 BaseOp = SystemZISD::SSUBO; in lowerXALUO()
4813 case ISD::SSUBO: in LowerOperation()
4999 OPCODE(SSUBO); in getTargetNodeName()
DSystemZOperators.td277 def z_ssubo : SDNode<"SystemZISD::SSUBO", SDT_ZBinaryWithFlags>;
DSystemZISelDAGToDAG.cpp1309 case SystemZISD::SSUBO: in tryFoldLoadStoreIntoMemOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp230 case ISD::SSUBO: return "ssubo"; in getOperationName()
DLegalizeIntegerTypes.cpp133 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1398 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp2126 case ISD::SSUBO: in computeKnownBits()
2617 case ISD::SSUBO: in ComputeNumSignBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp272 case ISD::SSUBO: return "ssubo"; in getOperationName()
DLegalizeIntegerTypes.cpp135 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1473 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp613 setOperationAction(ISD::SSUBO, VT, Expand); in initActions()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll244 ; SSUBO
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1339 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering()
1418 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in HexagonTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp243 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering()
244 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering()
1635 case ISD::SSUBO: in getAArch64XALUOOp()
2344 case ISD::SSUBO: 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/
DTargetLoweringBase.cpp880 setOperationAction(ISD::SSUBO, VT, Expand); in initActions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp115 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1153 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp1735 case ISD::SSUBO: in ComputeMaskedBits()
2170 case ISD::SSUBO: in ComputeNumSignBits()
6020 case ISD::SSUBO: return "ssubo"; in getOperationName()
DLegalizeDAG.cpp857 case ISD::SSUBO: in LegalizeOp()
3552 case ISD::SSUBO: { in ExpandNode()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1856 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering()
1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp313 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering()
314 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering()
1929 case ISD::SSUBO: in getAArch64XALUOOp()
2035 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in isOverflowIntrOpRes()
2814 case ISD::SSUBO: in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dxaluo.ll594 ; SSUBO
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp807 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering()
3984 case ISD::SSUBO: in getARMXALUOOp()
4114 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
4680 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBRCOND()
4731 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
8123 case ISD::SSUBO: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp722 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering()
3539 case ISD::SSUBO: in getARMXALUOOp()
3587 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
7212 case ISD::SSUBO: in LowerOperation()

12