Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1102 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
1103 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
1104 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
1478 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp299 for (unsigned TypeIdx = 0; TypeIdx != SpecifiedActions[OpcodeIdx].size(); in computeTables()
309 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables()