Home
last modified time | relevance | path

Searched refs:CheckIntegerMatcher (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp202 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
377 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
378 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
H A DDAGISelMatcherOpt.cpp59 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes()
H A DDAGISelMatcher.h563 class CheckIntegerMatcher : public Matcher {
566 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function
578 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
H A DDAGISelMatcherGen.cpp216 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()
H A DDAGISelMatcherEmitter.cpp541 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()