Home
last modified time | relevance | path

Searched defs:Scaled (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Transforms/
DInstrumentation.h183 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-color-helper.cpp85 double Scaled[3] = {std::get<0>(Color) / 255.0, std::get<1>(Color) / 255.0, in convertToHSV() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h205 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSpillPlacement.cpp258 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp250 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h380 unsigned getCycles(unsigned Scaled) { in getCycles()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h416 unsigned getCycles(unsigned Scaled) { in getCycles()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp462 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
DScalarEvolutionExpander.cpp441 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp488 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
DScalarEvolutionExpander.cpp454 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp842 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp424 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP() local