Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp445 Matcher *MatcherWithoutCTM = OptionsToMatch[i]->unlinkNode(CTM); in FactorNodes() local
455 SM->resetChild(SM->getNumChildren() - 1, MatcherWithoutCTM); in FactorNodes()
459 SmallVector<Matcher *, 2> Entries = {PrevMatcher, MatcherWithoutCTM}; in FactorNodes()
465 Cases.push_back(std::pair(CTMTy, MatcherWithoutCTM)); in FactorNodes()