Searched refs:MatcherGen (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp53 class MatcherGen { class in namespace:__anon5914
101 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
146 MatcherGen::MatcherGen(const PatternToMatch &pattern, function in class:MatcherGen
173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) {
188 void MatcherGen::AddMatcher(Matcher *NewNode) {
202 void MatcherGen::EmitLeafMatchCode(const TreePatternNode *N) {
305 void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N,
464 bool MatcherGen::recordUniqueNode(ArrayRef<std::string> Names) {
499 void MatcherGen
[all...]

Completed in 84 milliseconds