Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h841 class EmitStringIntegerMatcher : public Matcher {
845 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() function
858 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()
859 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
H A DDAGISelMatcherGen.cpp721 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
745 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
H A DDAGISelMatcher.cpp255 void EmitStringIntegerMatcher::
H A DDAGISelMatcherEmitter.cpp676 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()
679 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", " << Val in EmitMatcher()