/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 41 !match(II, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(), in isCheckForZeroAndMulWithOverflow()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 253 case Intrinsic::umul_with_overflow: in classof() 290 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 213 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 75 case Intrinsic::umul_with_overflow: in isCommutative() 741 case Intrinsic::umul_with_overflow: in classof() 778 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 193 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IntrinsicInst.h | 87 case Intrinsic::umul_with_overflow: in isCommutative() 846 case Intrinsic::umul_with_overflow: in classof() 883 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IntrinsicInst.h | 87 case Intrinsic::umul_with_overflow: in isCommutative() 846 case Intrinsic::umul_with_overflow: in classof() 883 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IntrinsicInst.h | 87 case Intrinsic::umul_with_overflow: in isCommutative() 843 case Intrinsic::umul_with_overflow: in classof() 880 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IntrinsicInst.h | 87 case Intrinsic::umul_with_overflow: in isCommutative() 846 case Intrinsic::umul_with_overflow: in classof() 883 case Intrinsic::umul_with_overflow: in classof()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 150 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generatePoisonChecksForBinOp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 142 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 289 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin() 442 case Intrinsic::umul_with_overflow: { in getIntrinsicInstrCost() 461 {Intrinsic::umul_with_overflow, MVT::i8, 4}, in getIntrinsicInstrCost() 463 {Intrinsic::umul_with_overflow, MVT::i16, 4}, in getIntrinsicInstrCost() 465 {Intrinsic::umul_with_overflow, MVT::i32, 2}, // eg umull;cmp sxtw in getIntrinsicInstrCost() 467 {Intrinsic::umul_with_overflow, MVT::i64, 3}, // eg mul;umulh;cmp asr in getIntrinsicInstrCost()
|
H A D | AArch64FastISel.cpp | 3393 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3415 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3651 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3682 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3741 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 321 else if (II->getIntrinsicID() == Intrinsic::umul_with_overflow) in substituteIntrinsicCalls()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1308 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 1772 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall() 1792 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 733 llvm::Value *umul_with_overflow in EmitCXXNewAllocSize() local 734 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize() 739 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV}); in EmitCXXNewAllocSize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
H A D | IntrinsicEnums.inc | 267 umul_with_overflow, // llvm.umul.with.overflow
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1444 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo() 2150 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2() 2175 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 131 case Intrinsic::umul_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 148 case Intrinsic::umul_with_overflow: in getIntImmCost()
|
H A D | AArch64FastISel.cpp | 3280 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3302 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3519 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3551 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3615 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 764 case Intrinsic::umul_with_overflow: in getBinaryOp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3427 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3449 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic() 3689 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall() 3721 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall() 3785 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
|