Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp301 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables() local
302 const LLT Type = LLT2Action.first; in computeTables()
303 const LegalizeAction Action = LLT2Action.second; in computeTables()