Lines Matching refs:Scaled64
92 using Scaled64 = BlockFrequencyInfoImplBase::Scaled64; typedef
399 const Scaled64 InfiniteLoopScale(1, 12); in computeLoopScale()
482 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
491 Scaled64 ScalingFactor; in convertFloatingToInteger()
501 ScalingFactor = Scaled64(1, MaxBits) / Max; in convertFloatingToInteger()
508 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger()
533 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
535 Scaled64 New = Loop.Scale * F; in unwrapLoop()
554 auto Min = Scaled64::getLargest(); in finalizeMetrics()
555 auto Max = Scaled64::getZero(); in finalizeMetrics()
621 Scaled64
624 return Scaled64::getZero(); in getFloatingBlockFreq()
654 Scaled64 Block(Freq.getFrequency(), 0); in printBlockFreq()
655 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()