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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp240 SmallVector<Matcher*, 8> EqualMatchers; local
241 EqualMatchers.push_back(Optn);
246 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]);
262 // If is equal after all, add the option to EqualMatchers and remove it
264 EqualMatchers.push_back(ScanMatcher);
309 if (EqualMatchers.size() == 1) {
310 NewOptionsToMatch.push_back(EqualMatchers[0]);
318 EqualMatchers[0] = Optn;
321 for (unsigned i = 1, e = EqualMatchers.size(); i != e; ++i) {
322 Matcher *Tmp = EqualMatchers[
[all...]

Completed in 46 milliseconds