Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp289 SmallVector<Matcher*, 8> EqualMatchers; in FactorNodes() local
290 EqualMatchers.push_back(Optn); in FactorNodes()
295 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]); in FactorNodes()
313 EqualMatchers.push_back(ScanMatcher); in FactorNodes()
361 if (EqualMatchers.size() == 1) { in FactorNodes()
362 NewOptionsToMatch.push_back(EqualMatchers[0]); in FactorNodes()
370 EqualMatchers[0] = Optn; in FactorNodes()
373 for (unsigned i = 1, e = EqualMatchers.size(); i != e; ++i) { in FactorNodes()
374 Matcher *Tmp = EqualMatchers[i]->takeNext(); in FactorNodes()
375 delete EqualMatchers[i]; in FactorNodes()
[all …]