Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h334 SSUBO, enumerator
H A DSelectionDAGNodes.h3263 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h101 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
H A DSystemZISelDAGToDAG.cpp1407 case SystemZISD::SSUBO: in tryFoldLoadStoreIntoMemOperand()
H A DSystemZOperators.td292 def z_ssubo : SDNode<"SystemZISD::SSUBO", SDT_ZBinaryWithFlags>;
H A DSystemZISelLowering.cpp190 setOperationAction(ISD::SSUBO, VT, Custom); in SystemZTargetLowering()
4315 case ISD::SSUBO: in lowerXALUO()
4316 BaseOp = SystemZISD::SSUBO; in lowerXALUO()
6163 case ISD::SSUBO: in LowerOperation()
6399 OPCODE(SSUBO); in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp118 setOperationAction(ISD::SSUBO, VT, Custom); in M68kTargetLowering()
1384 case ISD::SSUBO: in LowerOperation()
1541 case ISD::SSUBO: in isOverflowArithmetic()
1586 case ISD::SSUBO: in lowerOverflowArithmetic()
2466 Cond.getOperand(0).getOpcode() == ISD::SSUBO || in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp345 case ISD::SSUBO: return "ssubo"; in getOperationName()
H A DLegalizeVectorOps.cpp443 case ISD::SSUBO: in LegalizeOp()
1033 case ISD::SSUBO: in Expand()
H A DLegalizeIntegerTypes.cpp214 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
2895 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
4481 assert((Node->getOpcode() == ISD::SADDO || Node->getOpcode() == ISD::SSUBO) && in ExpandIntRes_SADDSUBO()
H A DSelectionDAG.cpp3889 case ISD::SSUBO: in computeKnownBits()
4712 case ISD::SSUBO: in ComputeNumSignBits()
10176 case ISD::SSUBO: in getNode()
10207 if (Opcode == ISD::USUBO || Opcode == ISD::SSUBO) { in getNode()
12481 Opcode == ISD::USUBO || Opcode == ISD::SSUBO || in UnrollVectorOverflowOp()
H A DLegalizeVectorTypes.cpp212 case ISD::SSUBO: in ScalarizeVectorResult()
1311 case ISD::SSUBO: in SplitVectorResult()
4468 case ISD::SSUBO: in WidenVectorResult()
H A DDAGCombiner.cpp1849 case ISD::SSUBO: in visit()
3327 return DAG.getNode(ISD::SSUBO, DL, N->getVTList(), in visitADDO()
4205 bool IsSigned = (ISD::SSUBO == N->getOpcode()); in visitSUBO()
4278 TLI.isOperationLegalOrCustom(ISD::SSUBO, N->getValueType(0))) in visitSSUBO_CARRY()
4279 return DAG.getNode(ISD::SSUBO, SDLoc(N), N->getVTList(), N0, N1); in visitSSUBO_CARRY()
H A DLegalizeDAG.cpp3974 case ISD::SSUBO: { in ExpandNode()
H A DSelectionDAGBuilder.cpp7495 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
H A DTargetLowering.cpp10357 OverflowOp = ISD::SSUBO; in expandAddSubSat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp732 setOperationAction({ISD::SADDO, ISD::SSUBO, ISD::UADDO, ISD::USUBO, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1571 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering()
1648 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1144 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering()
4957 case ISD::SSUBO: in getARMXALUOOp()
5141 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
5723 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBRCOND()
5774 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
10644 case ISD::SSUBO: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp537 ISD::SREM, ISD::SRL, ISD::SSHLSAT, ISD::SSUBO, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp701 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering()
702 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering()
3994 case ISD::SSUBO: in getAArch64XALUOOp()
6806 case ISD::SSUBO: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2435 setOperationAction(ISD::SSUBO, VT, Custom); in X86TargetLowering()
22680 case ISD::SSUBO: in EmitTest()
23973 case ISD::SSUBO: in getX86XALUOOp()
24263 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()
28189 DAG.getNode(Opcode == ISD::SADDSAT ? ISD::SADDO : ISD::SSUBO, DL, in LowerADDSAT_SUBSAT()
32467 case ISD::SSUBO: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp291 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in RISCVTargetLowering()
5721 // Custom lower i32 SADDO/SSUBO with RV64LegalI32 so we take advantage of addw. in lowerSADDO_SSUBO()
6273 case ISD::SSUBO: in LowerOperation()