Home
last modified time | relevance | path

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

12

/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/llvm/include/llvm/CodeGen/
DFastISel.h519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h519 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
DBasicTTIImpl.h1435 case Intrinsic::umul_with_overflow: {
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc267 umul_with_overflow, // llvm.umul.with.overflow
/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()
DValueTracking.cpp1348 case Intrinsic::umul_with_overflow: in computeKnownBitsFromOperator()
3138 case Intrinsic::umul_with_overflow: in isSafeToSpeculativelyExecute()
3406 IID == Intrinsic::umul_with_overflow) && in isOverflowIntrinsicNoWrap()
DScalarEvolutionExpander.cpp2076 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
/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()
DScalarEvolutionExpander.cpp2284 Intrinsic::umul_with_overflow, Ty); in generateOverflowCheck()
/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-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()
DAArch64TargetTransformInfo.cpp174 case Intrinsic::umul_with_overflow: in getIntImmCostIntrin()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp292 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
2697 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
2741 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
DX86TargetTransformInfo.cpp1417 case Intrinsic::umul_with_overflow: in getIntImmCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp264 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
2864 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
2902 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp305 case Intrinsic::umul_with_overflow: in createExtractvalueExpr()

12