Home
last modified time | relevance | path

Searched refs:CompleteMatch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h88 CompleteMatch, // Finish a match and update the results. enumerator
1104 : Matcher(CompleteMatch), Results(results.begin(), results.end()), in CompleteMatchMatcher()
1112 return N->getKind() == CompleteMatch; in classof()
H A DDAGISelMatcherEmitter.cpp832 case Matcher::CompleteMatch: { in EmitMatcher()
1073 case Matcher::CompleteMatch: return "OPC_CompleteMatch"; break; in getOpcodeString()