Home
last modified time | relevance | path

Searched refs:umul_with_overflow (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp41 !match(II, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(), in isCheckForZeroAndMulWithOverflow()
H A DConstantFolding.cpp1519 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
2845 case Intrinsic::umul_with_overflow: { in ConstantFoldIntrinsicCall2()
2870 case Intrinsic::umul_with_overflow: in ConstantFoldIntrinsicCall2()
H A DValueTracking.cpp1969 case Intrinsic::umul_with_overflow: in computeKnownBitsFromOperator()
7295 case Intrinsic::umul_with_overflow: in canCreateUndefOrPoison()
7787 case Intrinsic::umul_with_overflow: in propagatesPoison()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp143 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
H A DMemorySanitizer.cpp3947 case Intrinsic::umul_with_overflow: in visitIntrinsicInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h88 case Intrinsic::umul_with_overflow: in isCommutative()
888 case Intrinsic::umul_with_overflow: in classof()
925 case Intrinsic::umul_with_overflow: in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp447 case Intrinsic::umul_with_overflow: in substituteIntrinsicCalls()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp894 llvm::Function *umul_with_overflow in EmitCXXNewAllocSize() local
895 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
900 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV}); in EmitCXXNewAllocSize()
H A DCGExprScalar.cpp3817 llvm::Intrinsic::umul_with_overflow; in EmitOverflowCheckedBinOp()
H A DCGBuiltin.cpp2275 CGF, llvm::Intrinsic::umul_with_overflow, V1, V2, HasOverflow); in EmitCheckedUnsignedMultiplySignedResult()
2345 EmitOverflowIntrinsic(CGF, llvm::Intrinsic::umul_with_overflow, AbsSigned, in EmitCheckedMixedSignMultiply()
5150 : llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr()
5233 IntrinsicId = llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp477 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
715 case Intrinsic::umul_with_overflow: { in getIntrinsicInstrCost()
734 {Intrinsic::umul_with_overflow, MVT::i8, 4}, in getIntrinsicInstrCost()
736 {Intrinsic::umul_with_overflow, MVT::i16, 4}, in getIntrinsicInstrCost()
738 {Intrinsic::umul_with_overflow, MVT::i32, 2}, // eg umull;cmp sxtw in getIntrinsicInstrCost()
740 {Intrinsic::umul_with_overflow, MVT::i64, 3}, // eg mul;umulh;cmp asr in getIntrinsicInstrCost()
H A DAArch64FastISel.cpp3390 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic()
3412 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic()
3652 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
3683 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
3742 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp860 case Intrinsic::umul_with_overflow: in getBinaryOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp981 Function *F = Intrinsic::getDeclaration(M, Intrinsic::umul_with_overflow, in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp258 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp251 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
2849 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
2886 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
H A DX86TargetTransformInfo.cpp4287 case Intrinsic::umul_with_overflow: in getIntrinsicInstrCost()
5769 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2151 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3882 OvID == Intrinsic::umul_with_overflow)) { in foldExtractOfOverflowIntrinsic()
3925 if (OvID == Intrinsic::umul_with_overflow && WO->getLHS() == WO->getRHS()) { in foldExtractOfOverflowIntrinsic()
H A DInstCombineCompares.cpp4714 ? Intrinsic::umul_with_overflow in foldMultiplicationOverflowCheck()
6247 I.getModule(), Intrinsic::umul_with_overflow, MulType); in processUMulZExtIdiom()
H A DInstCombineCalls.cpp2188 case Intrinsic::umul_with_overflow: in visitCallInst()
H A DInstCombineAndOrXor.cpp3898 if (match(UMulWithOv, m_Intrinsic<Intrinsic::umul_with_overflow>( in visitOr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2254 case Intrinsic::umul_with_overflow: { in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2251 case Intrinsic::umul_with_overflow: in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7487 case Intrinsic::umul_with_overflow: in visitIntrinsicCall()
7496 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()

12