Searched refs:SADDO_CARRY (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 313 SADDO_CARRY, enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 311 case ISD::SADDO_CARRY: return "saddo_carry"; in getOperationName()
|
H A D | LegalizeIntegerTypes.cpp | 197 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 D | SelectionDAG.cpp | 3622 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 D | DAGCombiner.cpp | 1704 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 D | TargetLoweringBase.cpp | 826 ISD::SADDO_CARRY, ISD::SSUBO_CARRY}, in initActions()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 631 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 D | X86ISelLowering.cpp | 2301 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()
|