Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.inl52 vecType<floatType, P> const Scaled(v * Max); local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp762 auto Scaled = MGather->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
774 auto Scaled = MScatter->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
DDAGCombiner.cpp9453 bool Scaled, SelectionDAG &DAG) { in refineIndexType()
/external/llvm/include/llvm/Transforms/
DInstrumentation.h183 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-color-helper.cpp84 double Scaled[3] = {std::get<0>(Color) / 255.0, std::get<1>(Color) / 255.0, in convertToHSV() local
/external/llvm-project/llvm/include/llvm/Transforms/
DInstrumentation.h192 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h199 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp250 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp258 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/external/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.cpp254 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-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp35 Scaled = 3 enumerator
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.cpp35 Scaled = 3 enumerator
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h210 Scaled64 Scaled; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h206 Scaled64 Scaled; member
/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/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp493 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp487 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
DScalarEvolutionExpander.cpp458 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp842 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp1035 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp484 Value *Scaled = in expandAddToGEP() local