Searched refs:umul_with_overflow (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp322 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp148 B.CreateBinaryIntrinsic(Intrinsic::umul_with_overflow, LHS, RHS);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h518 case Intrinsic::umul_with_overflow:
H A DBasicTTIImpl.h1537 case Intrinsic::umul_with_overflow: {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h301 case Intrinsic::umul_with_overflow:
338 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp878 llvm::Function *umul_with_overflow local
879 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
884 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV});
H A DCGExprScalar.cpp3236 llvm::Intrinsic::umul_with_overflow;
H A DCGBuiltin.cpp1462 EmitOverflowIntrinsic(CGF, llvm::Intrinsic::umul_with_overflow, AbsSigned,
3507 : llvm::Intrinsic::umul_with_overflow;
3590 IntrinsicId = llvm::Intrinsic::umul_with_overflow;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp339 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp215 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp177 case Intrinsic::umul_with_overflow:
H A DAArch64FastISel.cpp3426 case Intrinsic::umul_with_overflow:
3448 case Intrinsic::umul_with_overflow:
3688 case Intrinsic::umul_with_overflow: {
3720 case Intrinsic::umul_with_overflow:
3784 case Intrinsic::umul_with_overflow: {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1441 case Intrinsic::umul_with_overflow:
2399 case Intrinsic::umul_with_overflow: {
2424 case Intrinsic::umul_with_overflow:
H A DInstructionSimplify.cpp1946 if (!match(Agg, m_CombineOr(m_Intrinsic<Intrinsic::umul_with_overflow>(),
5260 case Intrinsic::umul_with_overflow:
H A DValueTracking.cpp1844 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp263 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break;
2861 case Intrinsic::umul_with_overflow: {
2899 case Intrinsic::umul_with_overflow:
H A DX86TargetTransformInfo.cpp3826 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2401 Intrinsic::umul_with_overflow, Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3694 I.getModule(), Intrinsic::umul_with_overflow, X->getType());
4724 I.getModule(), Intrinsic::umul_with_overflow, MulType);
H A DInstCombineAndOrXor.cpp2868 if (match(UMulWithOv, m_Intrinsic<Intrinsic::umul_with_overflow>(
H A DInstCombineCalls.cpp2122 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1475 case Intrinsic::umul_with_overflow:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6541 case Intrinsic::umul_with_overflow:
6550 case Intrinsic::umul_with_overflow: Op = ISD::UMULO; break;

Completed in 682 milliseconds