HomeSort by: relevance | last modified time | path
    Searched refs:DiagnosticPredicate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 139 // a closer match. The DiagnosticPredicate distinguishes between 'completely
159 struct DiagnosticPredicate {
162 explicit DiagnosticPredicate(bool Match)
165 DiagnosticPredicate(DiagnosticPredicateTy T) : Type(T) {}
166 DiagnosticPredicate(const DiagnosticPredicate &) = default;
167 DiagnosticPredicate& operator=(const DiagnosticPredicate &) = default;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 682 template <int Bits, int Scale> DiagnosticPredicate isSImmScaled() const {
686 template <int Bits, int Scale> DiagnosticPredicate isUImmScaled() const {
691 DiagnosticPredicate isImmScaled(bool Signed) const {
716 DiagnosticPredicate isSVEPattern() const {
892 DiagnosticPredicate isSVECpyImm() const {
910 template <typename T> DiagnosticPredicate isSVEAddSubImm() const {
925 template <typename T> DiagnosticPredicate isSVEPreferredLogicalImm() const {
1118 DiagnosticPredicate isSVEPredicateVectorRegOfWidth() const {
1129 DiagnosticPredicate isSVEDataVectorRegOfWidth() const {
1142 DiagnosticPredicate isSVEDataVectorRegWithShiftExtend() const
    [all...]

Completed in 20 milliseconds