Lines Matching refs:Scaled64
49 typedef BlockFrequencyInfoImplBase::Scaled64 Scaled64; typedef
348 const Scaled64 InifiniteLoopScale(1, 12); in computeLoopScale()
427 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
436 Scaled64 ScalingFactor; in convertFloatingToInteger()
446 ScalingFactor = Scaled64(1, MaxBits) / Max; in convertFloatingToInteger()
453 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger()
478 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
480 Scaled64 New = Loop.Scale * F; in unwrapLoop()
499 auto Min = Scaled64::getLargest(); in finalizeMetrics()
500 auto Max = Scaled64::getZero(); in finalizeMetrics()
523 Scaled64
526 return Scaled64::getZero(); in getFloatingBlockFreq()
548 Scaled64 Block(Freq.getFrequency(), 0); in printBlockFreq()
549 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()