Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2682 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 DGlobalISelEmitter.cpp2236 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()