Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp116 bool isSvcount() const { return Svcount; } in isSvcount() function in __anone51b860d0111::SVEType
446 if (isSvcount()) in builtin_str()
513 if (isScalableVector() || isSvcount()) in str()
520 else if (isSvcount()) in str()
529 if (!isScalarPredicate() && !isPredicateVector() && !isSvcount()) in str()
1037 else if (T.isSvcount()) in replaceTemplatedArgs()
1136 if (T.isPredicateVector() || T.isSvcount()) { in encodeTypeFlags()