Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h159 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
160 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
161 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
454 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp110 for (unsigned TypeIdx = 0; TypeIdx != SpecifiedActions[OpcodeIdx].size(); in computeTables()
120 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables()