Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h76 bool hasSharedZAInterface() const { return Bitmask & ZA_Shared; } in hasSharedZAInterface() function
77 bool hasPrivateZAInterface() const { return !hasSharedZAInterface(); } in hasPrivateZAInterface()
80 return hasNewZAInterface() || hasSharedZAInterface(); in hasZAState()
H A DAArch64SMEAttributes.cpp23 assert(!(hasNewZAInterface() && hasSharedZAInterface()) && in set()