Lines Matching full:largest
152 // Note on naming: the "_by_max" are normalized using the largest value of that
200 "largest stage of an interval in this LR") \
317 llvm::SmallVectorImpl<float> &Largest, size_t Pos,
329 llvm::SmallVectorImpl<float> &Largest, size_t Pos,
602 llvm::SmallVectorImpl<float> &Largest, size_t Pos, in loadInterferenceFeatures() argument
661 extractFeatures(InterferingIntervals, Largest, Pos, IsHint, LocalIntfs, in loadInterferenceFeatures()
694 // Track the largest value of features seen during this eviction session. We in tryFindEvictionCandidate()
696 // dimension 'Largest' to all the features, especially since we have the in tryFindEvictionCandidate()
698 FeaturesListNormalizer Largest(FeatureIDs::FeatureCount, 0.0); in tryFindEvictionCandidate() local
716 Largest, Pos, LRPosInfo)) { in tryFindEvictionCandidate()
731 extractFeatures(SmallVector<const LiveInterval *, 1>(1, &VirtReg), Largest, in tryFindEvictionCandidate()
766 for (auto &V : Largest) in tryFindEvictionCandidate()
773 Runner->getTensor<float>(FeatureIndex)[Pos] /= Largest[FeatureIndex]; in tryFindEvictionCandidate()
848 llvm::SmallVectorImpl<float> &Largest, size_t Pos, int64_t IsHint, in extractFeatures() argument
920 Largest[FeatureIDs::ID] = \ in extractFeatures()
921 std::max(Largest[FeatureIDs::ID], static_cast<float>(VAL)); \ in extractFeatures()