Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h293 SADDO_CARRY, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp296 case ISD::SADDO_CARRY: return "saddo_carry"; in getOperationName()
DLegalizeIntegerTypes.cpp155 case ISD::SADDO_CARRY: in PromoteIntegerResult()
1496 case ISD::SADDO_CARRY: in PromoteIntegerOperand()
2124 case ISD::SADDO_CARRY: in ExpandIntegerResult()
2770 unsigned CarryOp = N->getOpcode() == ISD::SADDO_CARRY ? ISD::ADDCARRY in ExpandIntRes_SADDSUBO_CARRY()
3590 case ISD::SADDO: CarryOp = ISD::SADDO_CARRY; break; in ExpandIntRes_SADDSUBO()
DDAGCombiner.cpp1633 case ISD::SADDO_CARRY: return visitSADDO_CARRY(N); in visit()
2919 return DAG.getNode(ISD::SADDO_CARRY, DL, N->getVTList(), N1, N0, CarryIn); in visitSADDO_CARRY()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp790 setOperationAction(ISD::SADDO_CARRY, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp1924 setOperationAction(ISD::SADDO_CARRY, VT, Custom); in X86TargetLowering()
29292 bool IsAdd = Opc == ISD::ADDCARRY || Opc == ISD::SADDO_CARRY; in LowerADDSUBCARRY()
29297 bool IsSigned = Opc == ISD::SADDO_CARRY || Opc == ISD::SSUBO_CARRY; in LowerADDSUBCARRY()
29824 case ISD::SADDO_CARRY: in LowerOperation()