Home
last modified time | relevance | path

Searched refs:DiagnosticPredicate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h164 struct DiagnosticPredicate { struct
167 explicit DiagnosticPredicate(bool Match) in DiagnosticPredicate() function
170 DiagnosticPredicate(DiagnosticPredicateTy T) : Type(T) {} in DiagnosticPredicate() function
171 DiagnosticPredicate(const DiagnosticPredicate &) = default;
172 DiagnosticPredicate& operator=(const DiagnosticPredicate &) = default; argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp757 DiagnosticPredicate isImmScaled(bool Signed) const { in isImmScaled()
782 DiagnosticPredicate isSVEPattern() const { in isSVEPattern()
958 DiagnosticPredicate isSVECpyImm() const { in isSVECpyImm()
1188 DiagnosticPredicate isSVEPredicateVectorRegOfWidth() const { in isSVEPredicateVectorRegOfWidth()
1199 DiagnosticPredicate isSVEDataVectorRegOfWidth() const { in isSVEDataVectorRegOfWidth()
1261 DiagnosticPredicate isComplexRotation() const { in isComplexRotation()
1279 DiagnosticPredicate isGPR64WithShiftExtend() const { in isGPR64WithShiftExtend()
1313 DiagnosticPredicate isVectorIndex() const { in isVectorIndex()
1365 DiagnosticPredicate isExactFPImm() const { in isExactFPImm()
1366 DiagnosticPredicate Res = DiagnosticPredicateTy::NoMatch; in isExactFPImm()
[all …]