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.cpp2285 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules);
2543 GICombinerEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules) { in buildMatchTable() function in __anon569e2aa20111::GICombinerEmitter
2648 const MatchTable Table = buildMatchTable(Rules); in run()
H A DGlobalISelEmitter.cpp435 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
2229 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules, in buildMatchTable() function in __anon868ebc530111::GlobalISelEmitter
2504 buildMatchTable(Rules, OptimizeMatchTable, GenerateCoverage); in run()