Home
last modified time | relevance | path

Searched defs:CarryOut (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h588 ////\pre \p CarryOut must be generic virtual register with scalar type in buildUSubo() argument
594 return buildInstr(TargetOpcode::G_UADDO, {Res, CarryOut}, {Op0, Op1}); in buildSAddo() argument
600 return buildInstr(TargetOpcode::G_USUBO, {Res, CarryOut}, {Op0, Op1}); in buildSSubo() argument
582 buildUAddo(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1) buildUAddo() argument
619 buildUAdde(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildUAdde() argument
627 buildUSube(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildUSube() argument
635 buildSAdde(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildSAdde() argument
643 buildSSube(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildSSube() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp367 auto CarryOut = InvertCarryFlag(Subtarget, CurDAG, Dl, SDValue(NewNode, 1)); selectSubCarry() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp883 MachineOperand *CarryOut = TII->getNamedOperand(MISucc, AMDGPU::OpName::sdst); pseudoOpConvertToVOP2() local
H A DAMDGPULegalizerInfo.cpp3862 Carry CarryOut; buildMultiply() local
4009 if (Register CarryOut = mergeCarry(Accum[2 * i - 1], OddCarryIn)) buildMultiply() local
4013 if (Register CarryOut = mergeCarry(Accum[2 * i], EvenCarryIn)) buildMultiply() local
H A DAMDGPURegisterBankInfo.cpp2602 MRI.setRegClass(CarryOut, &AMDGPU::VReg_64RegClass); in applyMappingImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1956 Value *CarryOut = Builder.CreateExtractValue(Ret, {1}, "ext"); in createAddCarry() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5589 Register CarryOut = MRI.createGenericVirtualRegister(LLT::scalar(1)); narrowScalarAddSub() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4904 llvm::Value *CarryOut = Builder.CreateZExt(Builder.CreateOr(Carry1, Carry2), EmitBuiltinExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54026 SDValue CarryOut = DAG.getConstant(0, DL, N->getValueType(1)); combineADC() local
[all...]