Home
last modified time | relevance | path

Searched refs:CarryOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3573 unsigned CarryOp, NoCarryOp; in ExpandIntRes_UADDSUBO() local
3577 CarryOp = ISD::UADDO_CARRY; in ExpandIntRes_UADDSUBO()
3582 CarryOp = ISD::USUBO_CARRY; in ExpandIntRes_UADDSUBO()
3591 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_UADDSUBO()
3604 Hi = DAG.getNode(CarryOp, dl, VTList, HiOps); in ExpandIntRes_UADDSUBO()
3666 unsigned CarryOp = in ExpandIntRes_SADDSUBO_CARRY() local
3668 Lo = DAG.getNode(CarryOp, dl, VTList, { LHSL, RHSL, N->getOperand(2) }); in ExpandIntRes_SADDSUBO_CARRY()
4490 unsigned CarryOp = IsAdd ? ISD::SADDO_CARRY : ISD::SSUBO_CARRY; in ExpandIntRes_SADDSUBO() local
4493 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_SADDSUBO()
4503 Hi = DAG.getNode(CarryOp, dl, VTList, { LHSH, RHSH, Lo.getValue(1) }); in ExpandIntRes_SADDSUBO()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp220 unsigned CarryOp = in instCombineIntrinsic() local
222 assert(II.getArgOperand(CarryOp)->getType()->getScalarSizeInBits() == 32 && in instCombineIntrinsic()
226 if (IC.SimplifyDemandedBits(&II, CarryOp, APInt::getOneBitSet(32, 29), in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7208 MachineInstr *CarryOp = in moveToVALUImpl() local
7215 legalizeOperands(*CarryOp); in moveToVALUImpl()