/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 116 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 73 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 D | BasicTTIImpl.h | 1955 ? 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 D | AArch64TargetTransformInfo.cpp | 285 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 D | AArch64FastISel.cpp | 3396 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 D | CGExprCXX.cpp | 927 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 D | CGExprScalar.cpp | 3512 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
|
H A D | CGBuiltin.cpp | 4323 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 D | IntrinsicInst.cpp | 754 case Intrinsic::uadd_with_overflow: in getBinaryOp()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1522 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 D | ValueTracking.cpp | 1863 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 D | InstructionSimplify.cpp | 6136 case Intrinsic::uadd_with_overflow: in simplifyBinaryIntrinsic()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 213 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 241 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 252 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 D | X86InstCombineIntrinsic.cpp | 546 Value *UAdd = Builder.CreateIntrinsic(Intrinsic::uadd_with_overflow, OpTy, in simplifyX86addcarry()
|
H A D | X86TargetTransformInfo.cpp | 4036 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 D | ARMTargetTransformInfo.cpp | 1905 case Intrinsic::uadd_with_overflow: in isLoweredToCall()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1422 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 D | InstCombineSelect.cpp | 1972 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow && in foldOverflowingAddSubSelect()
|
H A D | InstCombineCalls.cpp | 1636 case Intrinsic::uadd_with_overflow: in visitCallInst()
|
H A D | InstCombineCompares.cpp | 6064 m_Intrinsic<Intrinsic::uadd_with_overflow>(m_Value(A), m_Value(B))); in foldICmpOfUAddOv()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2007 case Intrinsic::uadd_with_overflow: in translateKnownIntrinsic()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6888 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall() 6897 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
|