Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h559 const SrcOp &CarryIn) { in buildUAdde()
567 const SrcOp &CarryIn) { in buildUSube()
575 const SrcOp &CarryIn) { in buildSAdde()
583 const SrcOp &CarryIn) { in buildSSube()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp876 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp536 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2860 SDValue CarryIn = N->getOperand(2); in visitADDE() local
2879 SDValue CarryIn = N->getOperand(2); in visitADDCARRY() local
2918 SDValue CarryIn = N->getOperand(2); in visitSADDO_CARRY() local
3076 SDValue CarryIn = Carry1.getOperand(CarryInOperandNum); in combineCarryDiamond() local
3114 SDValue DAGCombiner::visitADDCARRYLike(SDValue N0, SDValue N1, SDValue CarryIn, in visitADDCARRYLike()
3685 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
3697 SDValue CarryIn = N->getOperand(2); in visitSUBCARRY() local
3712 SDValue CarryIn = N->getOperand(2); in visitSSUBO_CARRY() local
H A DTargetLowering.cpp8312 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1719 Optional<Register> CarryIn = None; in widenScalarAddSubOverflow() local
3069 Register CarryIn = MI.getOperand(4).getReg(); in lower() local
4784 Register CarryIn; in narrowScalarAddSub() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2617 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local