Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h973 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
974 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
975 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
1337 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp291 for (unsigned TypeIdx = 0; TypeIdx != SpecifiedActions[OpcodeIdx].size(); in computeTables()
301 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables()