Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h771 class EmitStringIntegerMatcher : public Matcher {
775 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() function
788 return cast<EmitStringIntegerMatcher>(M)->Val == Val && in isEqualImpl()
789 cast<EmitStringIntegerMatcher>(M)->VT == VT; in isEqualImpl()
H A DDAGISelMatcherEmitter.cpp470 const std::string &Val = cast<EmitStringIntegerMatcher>(N)->getValue(); in EmitMatcher()
473 << getEnumName(cast<EmitStringIntegerMatcher>(N)->getVT()) << ", " in EmitMatcher()
H A DDAGISelMatcherGen.cpp637 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
645 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32)); in EmitResultLeafAsOperand()
H A DDAGISelMatcher.cpp232 void EmitStringIntegerMatcher::