Home
last modified time | relevance | path

Searched refs:DoNotNormalize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp363 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in __anonb6cddc090111::MLEvictAdvisor
648 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()
649 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()
650 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()
651 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()
652 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()
653 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()
654 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()
847 if (DoNotNormalize.test(FeatureIndex)) in tryFindEvictionCandidate()
1009 if (!DoNotNormalize.test(FeatureIDs::ID)) \ in extractFeatures()