Home
last modified time | relevance | path

Searched refs:SADDO_CARRY (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h313 SADDO_CARRY, enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp311 case ISD::SADDO_CARRY: return "saddo_carry"; in getOperationName()
H A DLegalizeIntegerTypes.cpp197 case ISD::SADDO_CARRY: in PromoteIntegerResult()
1691 case ISD::SADDO_CARRY: in PromoteIntegerOperand()
2518 case ISD::SADDO_CARRY: in ExpandIntegerResult()
3180 unsigned CarryOp = N->getOpcode() == ISD::SADDO_CARRY ? ISD::ADDCARRY in ExpandIntRes_SADDSUBO_CARRY()
4053 unsigned CarryOp = IsAdd ? ISD::SADDO_CARRY : ISD::SSUBO_CARRY; in ExpandIntRes_SADDSUBO()
H A DSelectionDAG.cpp3622 case ISD::SADDO_CARRY: in computeKnownBits()
3642 else if (Opcode == ISD::ADDCARRY || Opcode == ISD::SADDO_CARRY) in computeKnownBits()
4227 case ISD::SADDO_CARRY: in ComputeNumSignBits()
H A DDAGCombiner.cpp1704 case ISD::SADDO_CARRY: return visitSADDO_CARRY(N); in visit()
3125 return DAG.getNode(ISD::SADDO_CARRY, DL, N->getVTList(), N1, N0, CarryIn); in visitSADDO_CARRY()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp826 ISD::SADDO_CARRY, ISD::SSUBO_CARRY}, in initActions()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp631 setOperationAction(ISD::SADDO_CARRY, MVT::i32, Custom); in AArch64TargetLowering()
632 setOperationAction(ISD::SADDO_CARRY, MVT::i64, Custom); in AArch64TargetLowering()
5847 case ISD::SADDO_CARRY: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2301 setOperationAction(ISD::SADDO_CARRY, VT, Custom); in X86TargetLowering()
32701 bool IsAdd = Opc == ISD::ADDCARRY || Opc == ISD::SADDO_CARRY; in LowerADDSUBCARRY()
32706 bool IsSigned = Opc == ISD::SADDO_CARRY || Opc == ISD::SSUBO_CARRY; in LowerADDSUBCARRY()
33286 case ISD::SADDO_CARRY: in LowerOperation()