HomeSort by relevance Sort by last modified time
    Searched full:umul_with_overflow (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 213 case Intrinsic::umul_with_overflow:
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 733 llvm::Value *umul_with_overflow local
734 = CGF.CGM.getIntrinsic(llvm::Intrinsic::umul_with_overflow, CGF.SizeTy);
739 CGF.Builder.CreateCall(umul_with_overflow, {size, tsmV});
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 519 case Intrinsic::umul_with_overflow:
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 148 case Intrinsic::umul_with_overflow:
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 131 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 488 case Intrinsic::umul_with_overflow:
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 486 case Intrinsic::umul_with_overflow: {
507 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow");
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 292 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break;
    [all...]
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.gen 95 umul_with_overflow, // llvm.umul.with.overflow
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 305 case Intrinsic::umul_with_overflow:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 189 case Intrinsic::umul_with_overflow:
    [all...]

Completed in 3877 milliseconds

1 2