Searched refs:SADDO_CARRY (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 293 SADDO_CARRY, enumerator
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 296 case ISD::SADDO_CARRY: return "saddo_carry"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 155 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()
|
D | DAGCombiner.cpp | 1633 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/ |
D | TargetLoweringBase.cpp | 790 setOperationAction(ISD::SADDO_CARRY, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1924 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()
|