Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h874 class EmitStringIntegerMatcher : public Matcher {
878 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() function
891 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()
892 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
H A DDAGISelMatcherGen.cpp715 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
739 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
H A DDAGISelMatcher.cpp261 void EmitStringIntegerMatcher::
H A DDAGISelMatcherEmitter.cpp782 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()
783 MVT::SimpleValueType VT = cast<EmitStringIntegerMatcher>(N)->getVT(); in EmitMatcher()