/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 71 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 D | PoisonChecking.cpp | 122 B.CreateBinaryIntrinsic(Intrinsic::uadd_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 426 case Intrinsic::uadd_with_overflow: in getBinaryOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1716 ? 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 D | CGExprCXX.cpp | 920 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 D | CGExprScalar.cpp | 3268 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
|
H A D | CGBuiltin.cpp | 4127 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 D | ConstantFolding.cpp | 1450 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 D | ValueTracking.cpp | 1737 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 D | InstructionSimplify.cpp | 5489 case Intrinsic::uadd_with_overflow: in simplifyBinaryIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3359 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 D | AArch64TargetTransformInfo.cpp | 178 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 205 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 216 case Intrinsic::uadd_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 261 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 D | X86InstCombineIntrinsic.cpp | 547 Value *UAdd = Builder.CreateIntrinsic(Intrinsic::uadd_with_overflow, OpTy, in simplifyX86addcarry()
|
H A D | X86TargetTransformInfo.cpp | 2847 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 D | ARMTargetTransformInfo.cpp | 1746 case Intrinsic::uadd_with_overflow: in isLoweredToCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1145 case Intrinsic::uadd_with_overflow: in visitCallInst()
|
H A D | InstCombineSelect.cpp | 1874 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow && in foldOverflowingAddSubSelect()
|
H A D | InstructionCombining.cpp | 3069 if (WO->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
|
H A D | InstCombineCompares.cpp | 5549 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 D | CodeGenPrepare.cpp | 1314 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 D | IRTranslator.cpp | 1933 case Intrinsic::uadd_with_overflow: in translateKnownIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6706 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall() 6715 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
|