Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2236 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2267 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2577 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h215 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage,
H A DGlobalISelMatchTable.cpp331 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage, in buildTable() function in llvm::gi::MatchTable