HomeSort by relevance Sort by last modified time
    Searched defs:Scaled (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 183 uint64_t Scaled = Count / Scale;
184 assert(Scaled <= UINT32_MAX && "overflow 32-bits");
185 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 214 uint64_t Scaled = Count / Scale;
215 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
216 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 217 uint64_t Scaled = Count / Scale;
218 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
219 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 217 uint64_t Scaled = Count / Scale;
218 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
219 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 214 uint64_t Scaled = Count / Scale;
215 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
216 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 217 uint64_t Scaled = Count / Scale;
218 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
219 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 217 uint64_t Scaled = Count / Scale;
218 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
219 return Scaled;
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 250 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12));
251 Threshold = std::max(UINT64_C(1), Scaled);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 224 uint64_t Scaled = Count / Scale;
225 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits");
226 return Scaled;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 219 // Early exit if nothing needs to be scaled.
438 // be scaled so that Max == UINT64_MAX so that they can be best
440 // frequencies are scaled down to 1, making it impossible to differentiate
462 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor;
463 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
465 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled
488 : BFI.Freqs[N.Index].Scaled;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 842 uint64_t Scaled = Weight / Scale + 1;
843 assert(Scaled <= UINT32_MAX && "overflow 32-bits");
844 return Scaled;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 420 // Record the scaled array index for this level of the type. If
424 Value *Scaled = ScaledOps.empty() ?
427 GepIndices.push_back(Scaled);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 80 /// Masses can be scaled by \a BranchProbability at maximum precision.
132 /// \brief Convert to scaled number.
209 Scaled64 Scaled;
    [all...]

Completed in 704 milliseconds

1 2