Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp55 class MatcherGen { class
104 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
148 MatcherGen::MatcherGen(const PatternToMatch &pattern, in MatcherGen() function in MatcherGen
175 void MatcherGen::InferPossibleTypes() { in InferPossibleTypes()
187 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher()
200 void MatcherGen::EmitLeafMatchCode(const TreePatternNode &N) { in EmitLeafMatchCode()
300 void MatcherGen::EmitOperatorMatchCode(const TreePatternNode &N, in EmitOperatorMatchCode()
456 bool MatcherGen::recordUniqueNode(ArrayRef<std::string> Names) { in recordUniqueNode()
491 void MatcherGen::EmitMatchCode(const TreePatternNode &N, in EmitMatchCode()
547 bool MatcherGen::EmitMatcherCode(unsigned Variant) { in EmitMatcherCode()
[all …]