Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4173 StringMap<unsigned> OpcodeOrder; in buildMatchTable() local
4177 if (OpcodeOrder.count(Opcode) == 0) in buildMatchTable()
4178 OpcodeOrder[Opcode] = CurrentOrdering++; in buildMatchTable()
4182 [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable()
4185 return std::make_tuple(OpcodeOrder[L->getOpcode()], in buildMatchTable()
4187 std::make_tuple(OpcodeOrder[R->getOpcode()], in buildMatchTable()