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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp375 const auto *MCM = cast<MoveChildMatcher>(N); local
379 if (MCM->getChildNo() >= 8)
381 OS << MCM->getChildNo() << ",\n";
382 return (MCM->getChildNo() >= 8) ? 2 : 1;

Completed in 48 milliseconds