Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h71 case Intrinsic::uadd_with_overflow: in isCommutative()
516 case Intrinsic::uadd_with_overflow: in classof()
553 case Intrinsic::uadd_with_overflow: in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp122 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp426 case Intrinsic::uadd_with_overflow: in getBinaryOp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1716 ? Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
1780 case Intrinsic::uadd_with_overflow: in getTypeBasedIntrinsicInstrCost()
1784 unsigned Opcode = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp920 llvm::Function *uadd_with_overflow in EmitCXXNewAllocSize() local
921 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
925 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
H A DCGExprScalar.cpp3268 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
H A DCGBuiltin.cpp4127 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
4196 : llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
4279 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1450 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
2468 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
2493 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall2()
H A DValueTracking.cpp1737 case Intrinsic::uadd_with_overflow: in computeKnownBitsFromOperator()
4938 case Intrinsic::uadd_with_overflow: in canCreateUndefOrPoison()
5278 case Intrinsic::uadd_with_overflow: in propagatesPoison()
H A DInstructionSimplify.cpp5489 case Intrinsic::uadd_with_overflow: in simplifyBinaryIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3359 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()
3371 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()
3608 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
3646 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()
3660 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
H A DAArch64TargetTransformInfo.cpp178 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp205 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp216 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp261 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()
2852 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
2885 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
H A DX86InstCombineIntrinsic.cpp547 Value *UAdd = Builder.CreateIntrinsic(Intrinsic::uadd_with_overflow, OpTy, in simplifyX86addcarry()
H A DX86TargetTransformInfo.cpp2847 case Intrinsic::uadd_with_overflow: in getTypeBasedIntrinsicInstrCost()
4244 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1746 case Intrinsic::uadd_with_overflow: in isLoweredToCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1145 case Intrinsic::uadd_with_overflow: in visitCallInst()
H A DInstCombineSelect.cpp1874 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow && in foldOverflowingAddSubSelect()
H A DInstructionCombining.cpp3069 if (WO->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
H A DInstCombineCompares.cpp5549 m_Intrinsic<Intrinsic::uadd_with_overflow>(m_Value(A), m_Value(B))); in foldICmpOfUAddOv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1314 match(IVInc, m_ExtractValue<0>(m_Intrinsic<Intrinsic::uadd_with_overflow>( in matchIncrement()
1496 Intrinsic::uadd_with_overflow)) in combineToUAddWithOverflow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1933 case Intrinsic::uadd_with_overflow: in translateKnownIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6706 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()
6715 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()