Searched refs:DiagnosticPredicate (Results 1 – 2 of 2) sorted by relevance
165 struct DiagnosticPredicate { struct168 explicit DiagnosticPredicate(bool Match) in DiagnosticPredicate() argument171 DiagnosticPredicate(DiagnosticPredicateTy T) : Type(T) {} in DiagnosticPredicate() function172 DiagnosticPredicate(const DiagnosticPredicate &) = default;173 DiagnosticPredicate& operator=(const DiagnosticPredicate &) = default; argument
789 template <int Bits, int Scale> DiagnosticPredicate isSImmScaled() const { in isSImmScaled()794 DiagnosticPredicate isUImmScaled() const { in isUImmScaled()803 DiagnosticPredicate isImmScaled(bool Signed) const { in isImmScaled()834 DiagnosticPredicate isSVEPattern() const { in isSVEPattern()846 DiagnosticPredicate isSVEVecLenSpecifier() const { in isSVEVecLenSpecifier()1024 DiagnosticPredicate isSVECpyImm() const { in isSVECpyImm()1042 template <typename T> DiagnosticPredicate isSVEAddSubImm() const { in isSVEAddSubImm()1057 template <typename T> DiagnosticPredicate isSVEPreferredLogicalImm() const { in isSVEPreferredLogicalImm()1270 DiagnosticPredicate isSVEPredicateVectorRegOfWidth() const { in isSVEPredicateVectorRegOfWidth()1281 DiagnosticPredicate isSVEPredicateAsCounterRegOfWidth() const { in isSVEPredicateAsCounterRegOfWidth()[all …]