Home
last modified time | relevance | path

Searched refs:uadd_with_overflow (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp116 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h73 case Intrinsic::uadd_with_overflow: in isCommutative()
737 case Intrinsic::uadd_with_overflow: in classof()
774 case Intrinsic::uadd_with_overflow: in classof()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1955 ? Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
2013 case Intrinsic::uadd_with_overflow: in getTypeBasedIntrinsicInstrCost()
2017 unsigned Opcode = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
2020 CmpInst::Predicate Pred = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp285 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
438 case Intrinsic::uadd_with_overflow: in getIntrinsicInstrCost()
445 {Intrinsic::uadd_with_overflow, MVT::i8, 3}, in getIntrinsicInstrCost()
447 {Intrinsic::uadd_with_overflow, MVT::i16, 3}, in getIntrinsicInstrCost()
449 {Intrinsic::uadd_with_overflow, MVT::i32, 1}, in getIntrinsicInstrCost()
451 {Intrinsic::uadd_with_overflow, MVT::i64, 1}, in getIntrinsicInstrCost()
H A DAArch64FastISel.cpp3396 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()
3408 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()
3647 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
3685 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()
3699 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp927 llvm::Function *uadd_with_overflow in EmitCXXNewAllocSize() local
928 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
932 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
H A DCGExprScalar.cpp3512 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
H A DCGBuiltin.cpp4323 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
4392 : llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
4475 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp754 case Intrinsic::uadd_with_overflow: in getBinaryOp()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1522 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
2720 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
2745 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
H A DValueTracking.cpp1863 case Intrinsic::uadd_with_overflow: in computeKnownBitsFromOperator()
5276 case Intrinsic::uadd_with_overflow: in canCreateUndefOrPoison()
5706 case Intrinsic::uadd_with_overflow: in propagatesPoison()
H A DInstructionSimplify.cpp6136 case Intrinsic::uadd_with_overflow: in simplifyBinaryIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp213 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp241 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp252 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()
2846 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
2879 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
H A DX86InstCombineIntrinsic.cpp546 Value *UAdd = Builder.CreateIntrinsic(Intrinsic::uadd_with_overflow, OpTy, in simplifyX86addcarry()
H A DX86TargetTransformInfo.cpp4036 case Intrinsic::uadd_with_overflow: in getIntrinsicInstrCost()
5644 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1905 case Intrinsic::uadd_with_overflow: in isLoweredToCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1422 match(IVInc, m_ExtractValue<0>(m_Intrinsic<Intrinsic::uadd_with_overflow>( in matchIncrement()
1604 Intrinsic::uadd_with_overflow)) in combineToUAddWithOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1972 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow && in foldOverflowingAddSubSelect()
H A DInstCombineCalls.cpp1636 case Intrinsic::uadd_with_overflow: in visitCallInst()
H A DInstCombineCompares.cpp6064 m_Intrinsic<Intrinsic::uadd_with_overflow>(m_Value(A), m_Value(B))); in foldICmpOfUAddOv()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2007 case Intrinsic::uadd_with_overflow: in translateKnownIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6888 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()
6897 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()