Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp230 enum FeatureIDs { enum
578 DoNotNormalize.set(FeatureIDs::mask); in MLEvictAdvisor()
579 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor()
580 DoNotNormalize.set(FeatureIDs::is_hint); in MLEvictAdvisor()
581 DoNotNormalize.set(FeatureIDs::is_local); in MLEvictAdvisor()
582 DoNotNormalize.set(FeatureIDs::min_stage); in MLEvictAdvisor()
583 DoNotNormalize.set(FeatureIDs::max_stage); in MLEvictAdvisor()
584 DoNotNormalize.set(FeatureIDs::progress); in MLEvictAdvisor()
757 FeatureIDs::instructions, FeatureIDs::instructions_mapping, in tryFindEvictionCandidate()
758 FeatureIDs::mbb_frequencies, FeatureIDs::mbb_mapping, in tryFindEvictionCandidate()
[all …]
H A DMLRegAllocPriorityAdvisor.cpp84 enum FeatureIDs { enum