Searched refs:RecordChildMatcher (Results 1 – 12 of 12) sorted by relevance
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 237 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher() 238 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
|
D | DAGISelMatcher.h | 248 class RecordChildMatcher : public Matcher { 259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function 275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
|
D | DAGISelMatcherOpt.cpp | 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
|
D | DAGISelMatcher.cpp | 122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 215 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 219 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher() 220 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
|
D | DAGISelMatcher.h | 260 class RecordChildMatcher : public Matcher { 271 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function 289 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
|
D | DAGISelMatcher.cpp | 111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
|
D | DAGISelMatcherOpt.cpp | 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 346 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 350 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher() 351 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
|
D | DAGISelMatcher.h | 248 class RecordChildMatcher : public Matcher { 259 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function 275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
|
D | DAGISelMatcher.cpp | 121 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
|
D | DAGISelMatcherOpt.cpp | 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
|