Home | History | Annotate | Download | only in TableGen

Lines Matching refs:StringRef

15 #include "llvm/ADT/StringRef.h"
403 CheckPatternPredicateMatcher(StringRef predicate)
406 StringRef getPredicate() const { return Predicate; }
609 StringRef CondCodeName;
611 CheckCondCodeMatcher(StringRef condcodename)
614 StringRef getCondCodeName() const { return CondCodeName; }
633 StringRef TypeName;
635 CheckValueTypeMatcher(StringRef type_name)
638 StringRef getTypeName() const { return TypeName; }