Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DSpillPlacement.cpp236 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h379 unsigned getCycles(unsigned Scaled) { in getCycles()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h673 ScaledNumber Scaled = get(N); in compareTo() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp441 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
H A DScalarEvolutionExpander.cpp449 Value *Scaled = ScaledOps.empty() ? in expandAddToGEP() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp837 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local