Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp72 case UseLegacyRules: in operator <<()
192 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
325 if (Step.Action != LegalizeAction::UseLegacyRules) { in getAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h98 UseLegacyRules, enumerator
1222 add({always, LegalizeAction::UseLegacyRules}); in fallback()