Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
96 auto *NewRCM = new RecordChildMatcher( in ContractNodes()
112 auto *NewRCM = new RecordChildMatcher( in ContractNodes()
H A DDAGISelMatcherEmitter.cpp482 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() << ','; in EmitMatcher()
484 OS << " // #" << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
485 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
/freebsd/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, indent Indent) const { in printImpl()