Home
last modified time | relevance | path

Searched refs:UseLegacyRules (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp72 case UseLegacyRules: in operator <<()
188 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
321 if (Step.Action != LegalizeAction::UseLegacyRules) { in getAction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h97 UseLegacyRules, enumerator
1163 add({always, LegalizeAction::UseLegacyRules}); in fallback()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp35 case UseLegacyRules: OS << "UseLegacyRules"; break; in operator <<()