HomeSort by relevance Sort by last modified time
    Searched refs:CheckIntegerMatcher (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
422 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
423 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M))
DAGISelMatcherOpt.cpp 60 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext()))
DAGISelMatcher.h 611 /// CheckIntegerMatcher - This checks to see if the current node is a
613 class CheckIntegerMatcher : public Matcher {
616 CheckIntegerMatcher(int64_t value)
630 return cast<CheckIntegerMatcher>(M)->Value == Value;
    [all...]
DAGISelMatcherEmitter.cpp 377 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
DAGISelMatcherGen.cpp 221 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
    [all...]

Completed in 89 milliseconds