Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
168 if (auto *RC = dyn_cast<RecordChildMatcher>(MP->getNext())) { in ContractNodes()
H A DDAGISelMatcherEmitter.cpp478 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() << ','; in EmitMatcher()
480 OS << " // #" << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
481 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h268 class RecordChildMatcher : public Matcher {
280 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function
294 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
H A DDAGISelMatcher.cpp128 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()