/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 229 SSUBO, USUBO, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 235 SSUBO, USUBO, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 230 case ISD::SSUBO: return "ssubo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 133 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1398 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 2126 case ISD::SSUBO: in computeKnownBits() 2617 case ISD::SSUBO: in ComputeNumSignBits()
|
D | LegalizeDAG.cpp | 3323 case ISD::SSUBO: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5510 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 244 ; SSUBO
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 243 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/ |
D | TargetLoweringBase.cpp | 880 setOperationAction(ISD::SSUBO, VT, Expand); in initActions()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1856 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/ |
D | LegalizeIntegerTypes.cpp | 115 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1153 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 1735 case ISD::SSUBO: in ComputeMaskedBits() 2170 case ISD::SSUBO: in ComputeNumSignBits() 6020 case ISD::SSUBO: return "ssubo"; in getOperationName()
|
D | LegalizeDAG.cpp | 857 case ISD::SSUBO: in LegalizeOp() 3552 case ISD::SSUBO: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5089 return implVisitAluOverflow(I, ISD::SSUBO); in visitIntrinsicCall()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 722 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/ |
D | X86ISelLowering.cpp | 1586 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/ |
D | X86ISelLowering.cpp | 1120 setOperationAction(ISD::SSUBO, VT, Custom); in X86TargetLowering() 10071 case ISD::SSUBO: in LowerXALUO() 10443 case ISD::SSUBO: in LowerOperation()
|