HomeSort by relevance Sort by last modified time
    Searched refs:Scaled (Results 1 - 25 of 38) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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;
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 111 /// Get the scaled number of cycles used per processor resource in MBB.
115 /// These numbers have already been scaled by SchedModel.getResourceFactor().
378 // Convert scaled resource usage to a cycle count that can be compared with
380 unsigned getCycles(unsigned Scaled) {
382 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 116 /// Get the scaled number of cycles used per processor resource in MBB.
120 /// These numbers have already been scaled by SchedModel.getResourceFactor().
385 // Convert scaled resource usage to a cycle count that can be compared with
387 unsigned getCycles(unsigned Scaled) {
389 return (Scaled + Factor - 1) / Factor;
  /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/llvm/lib/CodeGen/
SpillPlacement.cpp 250 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12));
251 Threshold = std::max(UINT64_C(1), Scaled);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 75 ! Scaled operands - user gives scaled value
  /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...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 70 /// Masses can be scaled by \a BranchProbability at maximum precision.
119 /// \brief Convert to scaled number.
192 Scaled64 Scaled;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 351 void (GLAPIENTRY * Scaled)(GLdouble, GLdouble, GLdouble);

Completed in 1129 milliseconds

1 2