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.cpp78 case UseLegacyRules: in operator <<()
198 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
347 if (Step.Action != LegalizeAction::UseLegacyRules) { in getAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h99 UseLegacyRules, enumerator
1310 add({always, LegalizeAction::UseLegacyRules}); in fallback()