Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2681 unsigned CurrentOrdering = 0; in buildMatchTable() local
2686 if (OpcodeOrder.try_emplace(Opcode, CurrentOrdering).second) in buildMatchTable()
2687 ++CurrentOrdering; in buildMatchTable()
H A DGlobalISelEmitter.cpp2235 unsigned CurrentOrdering = 0; in buildMatchTable() local
2240 if (OpcodeOrder.try_emplace(Opcode, CurrentOrdering).second) in buildMatchTable()
2241 ++CurrentOrdering; in buildMatchTable()