/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 42 !match(II, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(), in isCheckForZeroAndMulWithOverflow()
|
H A D | ConstantFolding.cpp | 1454 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 2480 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2() 2505 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
|
H A D | ValueTracking.cpp | 1749 case Intrinsic::umul_with_overflow: in computeKnownBitsFromOperator() 4940 case Intrinsic::umul_with_overflow: in canCreateUndefOrPoison() 5280 case Intrinsic::umul_with_overflow: in propagatesPoison()
|
H A D | InstructionSimplify.cpp | 5500 case Intrinsic::umul_with_overflow: in simplifyBinaryIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 73 case Intrinsic::umul_with_overflow: in isCommutative() 520 case Intrinsic::umul_with_overflow: in classof() 557 case Intrinsic::umul_with_overflow: in classof()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 148 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 436 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 880 llvm::Function *umul_with_overflow in EmitCXXNewAllocSize() local 881 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 886 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV}); in EmitCXXNewAllocSize()
|
H A D | CGBuiltin.cpp | 1861 CGF, llvm::Intrinsic::umul_with_overflow, V1, V2, HasOverflow); in EmitCheckedUnsignedMultiplySignedResult() 1931 EmitOverflowIntrinsic(CGF, llvm::Intrinsic::umul_with_overflow, AbsSigned, in EmitCheckedMixedSignMultiply() 4206 : llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr() 4289 IntrinsicId = llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr()
|
H A D | CGExprScalar.cpp | 3282 llvm::Intrinsic::umul_with_overflow; in EmitOverflowCheckedBinOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3356 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3378 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3612 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3643 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3700 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|
H A D | AArch64TargetTransformInfo.cpp | 182 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 217 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 556 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break; in mightUseCTR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 260 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic() 2856 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 2893 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
|
H A D | X86TargetTransformInfo.cpp | 2853 case Intrinsic::umul_with_overflow: in getTypeBasedIntrinsicInstrCost() 4248 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1796 case Intrinsic::umul_with_overflow: { in getTypeBasedIntrinsicInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 2532 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1172 case Intrinsic::umul_with_overflow: in visitCallInst()
|
H A D | InstCombineCompares.cpp | 3727 I.getModule(), Intrinsic::umul_with_overflow, X->getType()); in foldUnsignedMultiplicationOverflowCheck() 4796 I.getModule(), Intrinsic::umul_with_overflow, MulType); in processUMulZExtIdiom()
|
H A D | InstCombineAndOrXor.cpp | 2948 if (match(UMulWithOv, m_Intrinsic<Intrinsic::umul_with_overflow>( in visitOr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1941 case Intrinsic::umul_with_overflow: in translateKnownIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6710 case Intrinsic::umul_with_overflow: in visitIntrinsicCall() 6719 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()
|