/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 41 !match(II, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(), in isCheckForZeroAndMulWithOverflow()
|
H A D | ConstantFolding.cpp | 1519 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 D | ValueTracking.cpp | 1969 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 D | PoisonChecking.cpp | 143 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
H A D | MemorySanitizer.cpp | 3947 case Intrinsic::umul_with_overflow: in visitIntrinsicInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 88 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 D | SPIRVPrepareFunctions.cpp | 447 case Intrinsic::umul_with_overflow: in substituteIntrinsicCalls()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 894 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 D | CGExprScalar.cpp | 3817 llvm::Intrinsic::umul_with_overflow; in EmitOverflowCheckedBinOp()
|
H A D | CGBuiltin.cpp | 2275 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 D | AArch64TargetTransformInfo.cpp | 477 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 D | AArch64FastISel.cpp | 3390 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 D | IntrinsicInst.cpp | 860 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 981 Function *F = Intrinsic::getDeclaration(M, Intrinsic::umul_with_overflow, in FlattenLoopPair()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 258 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 251 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 D | X86TargetTransformInfo.cpp | 4287 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 D | ScalarEvolutionExpander.cpp | 2151 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3882 OvID == Intrinsic::umul_with_overflow)) { in foldExtractOfOverflowIntrinsic() 3925 if (OvID == Intrinsic::umul_with_overflow && WO->getLHS() == WO->getRHS()) { in foldExtractOfOverflowIntrinsic()
|
H A D | InstCombineCompares.cpp | 4714 ? Intrinsic::umul_with_overflow in foldMultiplicationOverflowCheck() 6247 I.getModule(), Intrinsic::umul_with_overflow, MulType); in processUMulZExtIdiom()
|
H A D | InstCombineCalls.cpp | 2188 case Intrinsic::umul_with_overflow: in visitCallInst()
|
H A D | InstCombineAndOrXor.cpp | 3898 if (match(UMulWithOv, m_Intrinsic<Intrinsic::umul_with_overflow>( in visitOr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2254 case Intrinsic::umul_with_overflow: { in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2251 case Intrinsic::umul_with_overflow: in translateKnownIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7487 case Intrinsic::umul_with_overflow: in visitIntrinsicCall() 7496 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()
|