Home
last modified time | relevance | path

Searched refs:CheckChildIntegerMatcher (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp197 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
374 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
375 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
DDAGISelMatcher.h581 class CheckChildIntegerMatcher : public Matcher {
585 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function
598 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()
599 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
DDAGISelMatcherEmitter.cpp407 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
409 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher()
DDAGISelMatcherOpt.cpp61 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue()); in ContractNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.cpp196 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
373 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
DDAGISelMatcher.h581 class CheckChildIntegerMatcher : public Matcher {
585 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function
598 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()
599 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
DDAGISelMatcherEmitter.cpp522 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
524 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher()
DDAGISelMatcherOpt.cpp61 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue()); in ContractNodes()