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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h255 SSUBO, USUBO, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY,
H A DSystemZISelLowering.cpp175 setOperationAction(ISD::SSUBO, VT, Custom);
3593 // Lower SADDO/SSUBO/UADDO/USUBO nodes.
3611 case ISD::SSUBO:
3612 BaseOp = SystemZISD::SSUBO;
5136 case ISD::SSUBO:
5324 OPCODE(SSUBO);
H A DSystemZISelDAGToDAG.cpp1347 case SystemZISD::SSUBO:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp294 case ISD::SSUBO: return "ssubo";
H A DLegalizeVectorOps.cpp450 case ISD::SSUBO:
939 case ISD::SSUBO:
H A DLegalizeVectorTypes.cpp159 case ISD::SSUBO:
954 case ISD::SSUBO:
2765 case ISD::SSUBO:
H A DLegalizeIntegerTypes.cpp142 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
1912 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break;
H A DSelectionDAG.cpp3125 case ISD::SSUBO:
3730 case ISD::SSUBO:
9326 Opcode == ISD::USUBO || Opcode == ISD::SSUBO ||
H A DLegalizeDAG.cpp3483 case ISD::SSUBO: {
H A DTargetLowering.cpp7127 OverflowOp = ISD::SSUBO;
H A DDAGCombiner.cpp1518 case ISD::SSUBO:
3350 bool IsSigned = (ISD::SSUBO == N->getOpcode());
H A DSelectionDAGBuilder.cpp6639 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp666 setOperationAction(ISD::SSUBO, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1399 setOperationAction(ISD::SSUBO, VT, Expand);
1476 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp377 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
378 setOperationAction(ISD::SSUBO, MVT::i64, Custom);
2225 case ISD::SSUBO:
2339 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
3191 case ISD::SSUBO:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1043 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
4428 case ISD::SSUBO:
4587 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
5222 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
5273 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO ||
9355 case ISD::SSUBO:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1929 setOperationAction(ISD::SSUBO, VT, Custom);
20791 case ISD::SSUBO:
20793 // /USUBO/SSUBO will become a X86ISD::SUB and we can use its Z flag.
21980 case ISD::SSUBO:
22276 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO ||
22831 Cond.getOperand(0).getOpcode() == ISD::SSUBO ||
22885 CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO ||
[all...]

Completed in 912 milliseconds