Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h229 SSUBO, USUBO, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h235 SSUBO, USUBO, enumerator
/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()
DLegalizeDAG.cpp3323 case ISD::SSUBO: { in ExpandNode()
DSelectionDAGBuilder.cpp5510 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll244 ; SSUBO
/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/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/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()
DSelectionDAGBuilder.cpp5089 return implVisitAluOverflow(I, ISD::SSUBO); in visitIntrinsicCall()
/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()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1586 setOperationAction(ISD::SSUBO, VT, Custom); in X86TargetLowering()
15903 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()
15916 case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerSELECT()
16547 Cond.getOperand(0).getOpcode() == ISD::SSUBO || in LowerBRCOND()
16601 CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerBRCOND()
16621 case ISD::SSUBO: in LowerBRCOND()
20501 case ISD::SSUBO: in LowerXALUO()
21746 case ISD::SSUBO: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp1120 setOperationAction(ISD::SSUBO, VT, Custom); in X86TargetLowering()
10071 case ISD::SSUBO: in LowerXALUO()
10443 case ISD::SSUBO: in LowerOperation()