Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4179 StringMap<unsigned> OpcodeOrder; in buildMatchTable() local
4183 if (OpcodeOrder.count(Opcode) == 0) in buildMatchTable()
4184 OpcodeOrder[Opcode] = CurrentOrdering++; in buildMatchTable()
4188 [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable()
4191 return std::make_tuple(OpcodeOrder[L->getOpcode()], in buildMatchTable()
4193 std::make_tuple(OpcodeOrder[R->getOpcode()], in buildMatchTable()