Lines Matching refs:Scaled64
93 using Scaled64 = BlockFrequencyInfoImplBase::Scaled64; typedef
400 const Scaled64 InfiniteLoopScale(1, 12); in computeLoopScale()
483 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
491 const unsigned MaxBits = sizeof(Scaled64::DigitsType) * CHAR_BIT; in convertFloatingToInteger()
496 Scaled64 ScalingFactor = Scaled64(1, MaxBits - Slack) / Max; in convertFloatingToInteger()
503 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger()
528 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
530 Scaled64 New = Loop.Scale * F; in unwrapLoop()
549 auto Min = Scaled64::getLargest(); in finalizeMetrics()
550 auto Max = Scaled64::getZero(); in finalizeMetrics()
613 Scaled64
616 return Scaled64::getZero(); in getFloatingBlockFreq()