Home
last modified time | relevance | path

Searched refs:RecordChildMatcher (Results 1 – 12 of 12) 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.h248 class RecordChildMatcher : public Matcher {
259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function
275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
DDAGISelMatcherOpt.cpp47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
DDAGISelMatcher.cpp122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp215 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()
219 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
220 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
DDAGISelMatcher.h260 class RecordChildMatcher : public Matcher {
271 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function
289 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
DDAGISelMatcher.cpp111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
DDAGISelMatcherOpt.cpp47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp346 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()
350 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
351 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
DDAGISelMatcher.h248 class RecordChildMatcher : public Matcher {
259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function
275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
DDAGISelMatcher.cpp121 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
DDAGISelMatcherOpt.cpp47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()