Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1086 if (SpecifiedActions[OpcodeIdx].size() <= Aspect.Idx) in setAction()
1087 SpecifiedActions[OpcodeIdx].resize(Aspect.Idx + 1); in setAction()
1088 SpecifiedActions[OpcodeIdx][Aspect.Idx][Aspect.Type] = Action; in setAction()
1462 SmallVector<TypeMap, 1> SpecifiedActions[LastOp - FirstOp + 1]; variable
/external/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
/external/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()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp299 for (unsigned TypeIdx = 0; TypeIdx != SpecifiedActions[OpcodeIdx].size(); in computeTables()
309 for (auto LLT2Action : SpecifiedActions[OpcodeIdx][TypeIdx]) { in computeTables()