Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp82 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm/include/llvm/CodeGen/
DFastISel.h513 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1256 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
1714 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
1726 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
DValueTracking.cpp1533 case Intrinsic::uadd_with_overflow: in computeKnownBitsFromOperator()
3400 case Intrinsic::uadd_with_overflow: in isSafeToSpeculativelyExecute()
DInstructionSimplify.cpp3858 if (IID == Intrinsic::uadd_with_overflow || in SimplifyIntrinsic()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp768 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local
769 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
773 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
DCGBuiltin.cpp1630 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
1685 : llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
1768 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
DCGExprScalar.cpp2331 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
DInstructionCombining.cpp2272 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()
2284 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
DInstCombineCalls.cpp852 case Intrinsic::uadd_with_overflow: in visitCallInst()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
DAArch64FastISel.cpp3254 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()
3266 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()
3486 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
3525 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()
3539 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp292 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()
2518 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
2556 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
DX86TargetTransformInfo.cpp1279 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp236 case Intrinsic::uadd_with_overflow: in create_extractvalue_expression()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1111 case Intrinsic::uadd_with_overflow: in collectFailStats()
DSelectionDAGBuilder.cpp5072 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()
5081 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp833 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty); in CombineUAddWithOverflow()