Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
368 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
369 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.h559 class CheckIntegerMatcher : public Matcher {
562 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function
574 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
H A DDAGISelMatcherEmitter.cpp402 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()
H A DDAGISelMatcherGen.cpp214 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()