Home
last modified time | relevance | path

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

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