Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp722 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
746 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
H A DDAGISelMatcher.cpp255 void EmitStringIntegerMatcher::
H A DDAGISelMatcherEmitter.cpp672 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()
675 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", " << Val in EmitMatcher()