Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h776 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
777 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
778 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
1124 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp149 for (unsigned TypeIdx = 0; TypeIdx != SpecifiedActions[OpcodeIdx].size(); in computeTables()
159 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables()