Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h83 bool hasSharedZAInterface() const { return sharesZA() || sharesZT0(); } in hasSharedZAInterface() function
84 bool hasPrivateZAInterface() const { return !hasSharedZAInterface(); } in hasPrivateZAInterface()