Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h598 const SrcOp &CarryIn) { in buildUAdde()
606 const SrcOp &CarryIn) { in buildUSube()
614 const SrcOp &CarryIn) { in buildSAdde()
622 const SrcOp &CarryIn) { in buildSSube()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp362 auto CarryIn = InvertCarryFlag(Subtarget, CurDAG, Dl, Op2); in selectSubCarry() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp876 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
H A DAMDGPULegalizerInfo.cpp2926 [&](Register &LocalAccum, const Carry &CarryIn) -> Register { in buildMultiply()
2971 -> Carry { in buildMultiply()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp535 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
H A DX86ISelLowering.cpp54563 SDValue CarryIn = N->getOperand(2); in combineADC() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3049 SDValue CarryIn = N->getOperand(2); in visitADDE() local
3068 SDValue CarryIn = N->getOperand(2); in visitADDCARRY() local
3118 SDValue CarryIn = N->getOperand(2); in visitSADDO_CARRY() local
3280 SDValue CarryIn = Carry1.getOperand(CarryInOperandNum); in combineCarryDiamond() local
3318 SDValue DAGCombiner::visitADDCARRYLike(SDValue N0, SDValue N1, SDValue CarryIn, in visitADDCARRYLike()
3934 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
3946 SDValue CarryIn = N->getOperand(2); in visitSUBCARRY() local
3961 SDValue CarryIn = N->getOperand(2); in visitSSUBO_CARRY() local
H A DTargetLowering.cpp9895 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1848 std::optional<Register> CarryIn; in widenScalarAddSubOverflow() local
3400 Register CarryIn = MI.getOperand(4).getReg(); in lower() local
5170 Register CarryDst, CarryIn; in narrowScalarAddSub() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2658 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local