Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp66 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
324 if (Step.Action != LegalizeAction::UseLegacyRules) { in getAction()
473 case UseLegacyRules: in findAction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
DLegalizerInfoTest.cpp32 case UseLegacyRules: OS << "UseLegacyRules"; break; in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h92 UseLegacyRules, enumerator
719 add({always, LegalizeAction::UseLegacyRules}); in fallback()