Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp53 class MatcherGen { class
101 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
146 MatcherGen::MatcherGen(const PatternToMatch &pattern, in MatcherGen() function in MatcherGen
173 void MatcherGen::InferPossibleTypes(unsigned ForceMode) { in InferPossibleTypes()
188 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher()
202 void MatcherGen::EmitLeafMatchCode(const TreePatternNode *N) { in EmitLeafMatchCode()
309 void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N, in EmitOperatorMatchCode()
468 bool MatcherGen::recordUniqueNode(ArrayRef<std::string> Names) { in recordUniqueNode()
503 void MatcherGen::EmitMatchCode(const TreePatternNode *N, in EmitMatchCode()
561 bool MatcherGen::EmitMatcherCode(unsigned Variant) { in EmitMatcherCode()
[all …]