Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DOverflowInstAnalysis.cpp41 !match(II, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(), in isCheckForZeroAndMulWithOverflow()
DConstantFolding.cpp1526 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
2732 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2()
2757 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp213 case Intrinsic::umul_with_overflow: in getIntImmCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp193 case Intrinsic::umul_with_overflow: in getBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h253 case Intrinsic::umul_with_overflow: in classof()
290 case Intrinsic::umul_with_overflow: in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp150 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generatePoisonChecksForBinOp()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp142 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS); in generateCreationChecksForBinOp()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsicInst.h75 case Intrinsic::umul_with_overflow: in isCommutative()
741 case Intrinsic::umul_with_overflow: in classof()
778 case Intrinsic::umul_with_overflow: in classof()
/external/llvm/include/llvm/CodeGen/
DFastISel.h519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPrepareFunctions.cpp321 else if (II->getIntrinsicID() == Intrinsic::umul_with_overflow) in substituteIntrinsicCalls()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc267 umul_with_overflow, // llvm.umul.with.overflow
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp289 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()
DAArch64FastISel.cpp3393 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()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1308 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
1772 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall()
1792 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp733 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()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h131 case Intrinsic::umul_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp148 case Intrinsic::umul_with_overflow: in getIntImmCost()
DAArch64FastISel.cpp3280 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1444 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
2150 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall2()
2175 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall2()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIntrinsicInst.cpp764 case Intrinsic::umul_with_overflow: in getBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp324 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break; in mightUseCTR()
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc317 umul_with_overflow, // llvm.umul.with.overflow
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp212 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3427 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()

123