Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp120 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables() local
121 const LLT Type = LLT2Action.first; in computeTables()
122 const LegacyLegalizeAction Action = LLT2Action.second; in computeTables()