Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp201 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp89 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1054 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
1370 case Intrinsic::uadd_with_overflow: in ConstantFoldCall()
1382 case Intrinsic::uadd_with_overflow: in ConstantFoldCall()
/external/llvm/include/llvm/CodeGen/
DFastISel.h517 case Intrinsic::uadd_with_overflow: in isCommutativeIntrinsic()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp348 case Intrinsic::uadd_with_overflow: in eliminateOverflowIntrinsic()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1304 case Intrinsic::uadd_with_overflow: in canConstantFoldCallTo()
1768 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
1780 case Intrinsic::uadd_with_overflow: in ConstantFoldScalarCall()
DValueTracking.cpp1336 case Intrinsic::uadd_with_overflow: in computeKnownBitsFromOperator()
3137 case Intrinsic::uadd_with_overflow: in isSafeToSpeculativelyExecute()
3402 IID == Intrinsic::uadd_with_overflow || in isOverflowIntrinsicNoWrap()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp773 llvm::Value *uadd_with_overflow in EmitCXXNewAllocSize() local
774 = CGF.CGM.getIntrinsic(llvm::Intrinsic::uadd_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
778 CGF.Builder.CreateCall(uadd_with_overflow, {size, cookieSizeV}); in EmitCXXNewAllocSize()
DCGBuiltin.cpp1719 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
1774 : llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
1857 IntrinsicId = llvm::Intrinsic::uadd_with_overflow; in EmitBuiltinExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h123 case Intrinsic::uadd_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
DInstructionCombining.cpp2301 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()
2313 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
DInstCombineCalls.cpp1437 case Intrinsic::uadd_with_overflow: in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1783 case Intrinsic::uadd_with_overflow: in doInitialization()
2777 case Intrinsic::uadd_with_overflow: in printIntrinsicDefinition()
2856 case Intrinsic::uadd_with_overflow: in lowerIntrinsics()
3148 case Intrinsic::uadd_with_overflow: in visitBuiltinCall()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp144 case Intrinsic::uadd_with_overflow: in getIntImmCost()
DAArch64FastISel.cpp3283 IID = Intrinsic::uadd_with_overflow; in foldXALUIntrinsic()
3295 case Intrinsic::uadd_with_overflow: in foldXALUIntrinsic()
3515 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
3554 IID = Intrinsic::uadd_with_overflow; in fastLowerIntrinsicCall()
3568 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1341 case Intrinsic::uadd_with_overflow: in visitExtractValueInst()
1353 if (II->getIntrinsicID() == Intrinsic::uadd_with_overflow) in visitExtractValueInst()
DInstCombineCalls.cpp391 case Intrinsic::uadd_with_overflow: { in visitCallInst()
DInstCombineCompares.cpp1727 Value *F = Intrinsic::getDeclaration(M, Intrinsic::uadd_with_overflow, Ty); in ProcessUAddIdiom()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp293 case Intrinsic::uadd_with_overflow: in foldX86XALUIntrinsic()
2693 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
2731 case Intrinsic::uadd_with_overflow: in fastLowerIntrinsicCall()
DX86TargetTransformInfo.cpp1413 case Intrinsic::uadd_with_overflow: in getIntImmCost()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp181 case Intrinsic::uadd_with_overflow: in create_extractvalue_expression()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1437 case Intrinsic::uadd_with_overflow: { in X86VisitIntrinsicCall()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp297 case Intrinsic::uadd_with_overflow: in createExtractvalueExpr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1110 case Intrinsic::uadd_with_overflow: in collectFailStats()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.gen94 uadd_with_overflow, // llvm.uadd.with.overflow
1919 if (NameR.startswith("add.with.overflow.")) return Intrinsic::uadd_with_overflow;
5571 case Intrinsic::uadd_with_overflow: // llvm.uadd.with.overflow
6643 case Intrinsic::uadd_with_overflow: // llvm.uadd.with.overflow
7660 case Intrinsic::uadd_with_overflow:
8289 case Intrinsic::uadd_with_overflow:

12