Home
last modified time | relevance | path

Searched refs:EmitStringIntegerMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h860 class EmitStringIntegerMatcher : public Matcher {
867 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt, in EmitStringIntegerMatcher() function
882 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()
883 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
H A DDAGISelMatcher.cpp251 void EmitStringIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp712 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32, in EmitResultLeafAsOperand()
738 new EmitStringIntegerMatcher(Value, MVT::i32, NextRecordedOperandNo)); in EmitResultLeafAsOperand()
H A DDAGISelMatcherEmitter.cpp811 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()
812 MVT::SimpleValueType VT = cast<EmitStringIntegerMatcher>(N)->getVT(); in EmitMatcher()
829 OS << " // #" << cast<EmitStringIntegerMatcher>(N)->getResultNo(); in EmitMatcher()