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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp201 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
391 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
392 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M))
H A DDAGISelMatcherOpt.cpp58 if (CheckIntegerMatcher *CI = dyn_cast<CheckIntegerMatcher>(MC->getNext()))
H A DDAGISelMatcher.h566 /// CheckIntegerMatcher - This checks to see if the current node is a
568 class CheckIntegerMatcher : public Matcher { class in namespace:llvm
571 CheckIntegerMatcher(int64_t value) function in class:llvm::CheckIntegerMatcher
583 return cast<CheckIntegerMatcher>(M)->Value == Value;
H A DDAGISelMatcherGen.cpp215 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
H A DDAGISelMatcherEmitter.cpp540 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);

Completed in 185 milliseconds