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
176 void MatcherGen::InferPossibleTypes() { in InferPossibleTypes()
188 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher()
201 void MatcherGen::EmitLeafMatchCode(const TreePatternNode &N) { in EmitLeafMatchCode()
301 void MatcherGen::EmitOperatorMatchCode(const TreePatternNode &N, in EmitOperatorMatchCode()
457 bool MatcherGen::recordUniqueNode(ArrayRef<std::string> Names) { in recordUniqueNode()
492 void MatcherGen::EmitMatchCode(const TreePatternNode &N, in EmitMatchCode()
551 bool MatcherGen::EmitMatcherCode(unsigned Variant) { in EmitMatcherCode()
[all …]