Home
last modified time | relevance | path

Searched refs:uadd_with_overflow (Results 1 – 19 of 19) 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.cpp1249 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
1659 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
1671 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
DValueTracking.cpp1487 case Intrinsic::uadd_with_overflow: in computeKnownBits()
2878 case Intrinsic::uadd_with_overflow: in isSafeToSpeculativelyExecute()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
DAArch64FastISel.cpp3278 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()
3290 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()
3509 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
3548 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()
3562 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp727 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local
728 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
732 CGF.Builder.CreateCall2(uadd_with_overflow, size, cookieSizeV); in EmitCXXNewAllocSize()
DCGExprScalar.cpp2323 llvm::Intrinsic::uadd_with_overflow; in EmitOverflowCheckedBinOp()
DCGBuiltin.cpp1496 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
1555 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h133 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
DInstructionCombining.cpp2214 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()
2226 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
DInstCombineCalls.cpp458 case Intrinsic::uadd_with_overflow: in visitCallInst()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp274 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()
2485 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
2523 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
DX86TargetTransformInfo.cpp1091 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp234 case Intrinsic::uadd_with_overflow: in create_extractvalue_expression()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1116 case Intrinsic::uadd_with_overflow: in collectFailStats()
DSelectionDAGBuilder.cpp5274 case Intrinsic::uadd_with_overflow: in visitIntrinsicCall()
5283 case Intrinsic::uadd_with_overflow: Op = ISD::UADDO; break; in visitIntrinsicCall()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp780 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty); in CombineUAddWithOverflow()