Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp213 case Intrinsic::umul_with_overflow: in getIntImmCost()
/external/llvm/include/llvm/CodeGen/
DFastISel.h515 case Intrinsic::umul_with_overflow: in isCommutativeIntrinsic()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1253 case Intrinsic::umul_with_overflow: in canConstantFoldCallTo()
1663 case Intrinsic::umul_with_overflow: { in ConstantFoldScalarCall()
1683 case Intrinsic::umul_with_overflow: in ConstantFoldScalarCall()
DValueTracking.cpp1499 case Intrinsic::umul_with_overflow: in computeKnownBits()
2879 case Intrinsic::umul_with_overflow: in isSafeToSpeculativelyExecute()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp148 case Intrinsic::umul_with_overflow: in getIntImmCost()
DAArch64FastISel.cpp3275 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic()
3297 case Intrinsic::umul_with_overflow: in foldXALUIntrinsic()
3513 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
3545 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
3606 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp687 llvm::Value *umul_with_overflow in EmitCXXNewAllocSize() local
688 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy); in EmitCXXNewAllocSize()
693 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV); in EmitCXXNewAllocSize()
DCGExprScalar.cpp2335 llvm::Intrinsic::umul_with_overflow; in EmitOverflowCheckedBinOp()
DCGBuiltin.cpp1565 IntrinsicId = llvm::Intrinsic::umul_with_overflow; in EmitBuiltinExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h141 case Intrinsic::umul_with_overflow: in IntrinsicIDToOverflowCheckFlavor()
DInstCombineCalls.cpp460 case Intrinsic::umul_with_overflow: in visitCallInst()
DInstructionCombining.cpp2240 case Intrinsic::umul_with_overflow: in visitExtractValueInst()
DInstCombineCompares.cpp2386 Intrinsic::getDeclaration(M, Intrinsic::umul_with_overflow, MulType); in ProcessUMulZExtIdiom()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp273 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
2489 case Intrinsic::umul_with_overflow: { in fastLowerIntrinsicCall()
2533 case Intrinsic::umul_with_overflow: in fastLowerIntrinsicCall()
DX86TargetTransformInfo.cpp1095 case Intrinsic::umul_with_overflow: in getIntImmCost()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp242 case Intrinsic::umul_with_overflow: in create_extractvalue_expression()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1124 case Intrinsic::umul_with_overflow: in collectFailStats()
DSelectionDAGBuilder.cpp5278 case Intrinsic::umul_with_overflow: in visitIntrinsicCall()
5287 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break; in visitIntrinsicCall()