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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp83 /// MatchedComplexPatterns - This maintains a list of all of the
87 unsigned>, 2> MatchedComplexPatterns; member in class:__anon5914::MatcherGen
276 MatchedComplexPatterns.push_back(std::make_pair(N, InputOperand));
322 MatchedComplexPatterns.push_back(NodeAndOpNum);
586 for (unsigned i = 0, e = MatchedComplexPatterns.size(); i != e; ++i) {
587 auto N = MatchedComplexPatterns[i].first;
601 unsigned RecNodeEntry = MatchedComplexPatterns[i].second;

Completed in 101 milliseconds