Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5473 StringMap<unsigned> OpcodeOrder; in buildMatchTable() local
5477 if (OpcodeOrder.count(Opcode) == 0) in buildMatchTable()
5478 OpcodeOrder[Opcode] = CurrentOrdering++; in buildMatchTable()
5482 [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable()
5485 return std::make_tuple(OpcodeOrder[L->getOpcode()], in buildMatchTable()
5487 std::make_tuple(OpcodeOrder[R->getOpcode()], in buildMatchTable()