Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2410 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules);
2676 GICombinerEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules) { in buildMatchTable() function in __anon569e2aa20111::GICombinerEmitter
2783 const MatchTable Table = buildMatchTable(Rules); in run()
H A DGlobalISelEmitter.cpp450 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
2226 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules, in buildMatchTable() function in __anon868ebc530111::GlobalISelEmitter
2519 buildMatchTable(Rules, OptimizeMatchTable, GenerateCoverage); in run()