Searched refs:EmitStringIntegerMatcher (Results 1 – 4 of 4) sorted by relevance
860 class EmitStringIntegerMatcher : public Matcher {867 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt, in EmitStringIntegerMatcher() function882 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()883 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
251 void EmitStringIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
712 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32, in EmitResultLeafAsOperand()738 new EmitStringIntegerMatcher(Value, MVT::i32, NextRecordedOperandNo)); in EmitResultLeafAsOperand()
811 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()