Searched defs:CarryIn (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 598 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 D | CSKYISelDAGToDAG.cpp | 362 auto CarryIn = InvertCarryFlag(Subtarget, CurDAG, Dl, Op2); in selectSubCarry() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 876 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
|
H A D | AMDGPULegalizerInfo.cpp | 2926 [&](Register &LocalAccum, const Carry &CarryIn) -> Register { in buildMultiply() 2971 -> Carry { in buildMultiply()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 535 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
|
H A D | X86ISelLowering.cpp | 54563 SDValue CarryIn = N->getOperand(2); in combineADC() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3049 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 D | TargetLowering.cpp | 9895 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1848 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 D | ARMISelDAGToDAG.cpp | 2658 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local
|