HomeSort by relevance Sort by last modified time
    Searched refs:RecordChildMatcher (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 261 /// RecordChildMatcher - Save a numbered child of the current node, or fail
264 class RecordChildMatcher : public Matcher {
275 RecordChildMatcher(unsigned childno, const std::string &whatfor,
293 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo();
    [all...]
DAGISelMatcherEmitter.cpp 233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo()
237 << cast<RecordChildMatcher>(N)->getResultNo() << " = "
238 << cast<RecordChildMatcher>(N)->getWhatFor();
DAGISelMatcher.cpp 122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherOpt.cpp 48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),

Completed in 507 milliseconds