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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h250 /// RecordChildMatcher - Save a numbered child of the current node, or fail
253 class RecordChildMatcher : public Matcher { class in namespace:llvm
264 RecordChildMatcher(unsigned childno, const std::string &whatfor, function in class:llvm::RecordChildMatcher
280 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo();
H A DDAGISelMatcherEmitter.cpp357 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo()
361 << cast<RecordChildMatcher>(N)->getResultNo() << " = "
362 << cast<RecordChildMatcher>(N)->getWhatFor();
H A DDAGISelMatcher.cpp130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherOpt.cpp46 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),

Completed in 125 milliseconds