Home
last modified time | relevance | path

Searched defs:CarryIn (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h631 const SrcOp &CarryIn) { in buildUAdde()
639 const SrcOp &CarryIn) { in buildUSube()
647 const SrcOp &CarryIn) { in buildSAdde()
655 const SrcOp &CarryIn) { in buildSSube()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp369 auto CarryIn = InvertCarryFlag(Subtarget, CurDAG, Dl, Op2); in selectSubCarry() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp920 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
H A DAMDGPULegalizerInfo.cpp3909 [&](Register &LocalAccum, const Carry &CarryIn) -> Register { in buildMultiply()
3954 -> Carry { in buildMultiply()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp782 APSInt CarryIn = peekToAPSInt( in interp__builtin_carryop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp648 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
H A DX86ISelLowering.cpp55364 SDValue CarryIn = N->getOperand(2); in combineADC() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3375 SDValue CarryIn = N->getOperand(2); in visitADDE() local
3394 SDValue CarryIn = N->getOperand(2); in visitUADDO_CARRY() local
3591 SDValue CarryIn = Carry1.getOperand(CarryInOperandNum); in combineCarryDiamond() local
3629 SDValue CarryIn, SDNode *N) { in visitUADDO_CARRYLike()
3669 SDValue CarryIn, SDNode *N) { in visitSADDO_CARRYLike()
3683 SDValue CarryIn = N->getOperand(2); in visitSADDO_CARRY() local
4246 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
4258 SDValue CarryIn = N->getOperand(2); in visitUSUBO_CARRY() local
4273 SDValue CarryIn = N->getOperand(2); in visitSSUBO_CARRY() local
H A DTargetLowering.cpp10881 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2185 std::optional<Register> CarryIn; in widenScalarAddSubOverflow() local
5917 Register CarryDst, CarryIn; in narrowScalarAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2662 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13007 APSInt LHS, RHS, CarryIn, CarryOut, Result; in VisitBuiltinCallExpr() local