Searched refs:OpcodeOrder (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| H A D | GlobalISelCombinerEmitter.cpp | 2682 StringMap<unsigned> OpcodeOrder; in buildMatchTable() local 2686 if (OpcodeOrder.try_emplace(Opcode, CurrentOrdering).second) in buildMatchTable() 2690 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable() 2694 return std::tuple(OpcodeOrder[L->getOpcode()], in buildMatchTable() 2696 std::tuple(OpcodeOrder[R->getOpcode()], in buildMatchTable()
|
| H A D | GlobalISelEmitter.cpp | 2236 StringMap<unsigned> OpcodeOrder; in buildMatchTable() local 2240 if (OpcodeOrder.try_emplace(Opcode, CurrentOrdering).second) in buildMatchTable() 2245 InputRules, [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable() 2248 return std::tuple(OpcodeOrder[L->getOpcode()], in buildMatchTable() 2250 std::tuple(OpcodeOrder[R->getOpcode()], in buildMatchTable()
|