Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()
237 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
238 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
DDAGISelMatcher.h264 class RecordChildMatcher : public Matcher {
275 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function
293 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
DDAGISelMatcher.cpp122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
DDAGISelMatcherOpt.cpp48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()