Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h102 bool hasSharedZAInterface() const { return sharesZA() || sharesZT0(); } in hasSharedZAInterface() function
104 return !hasSharedZAInterface() && !hasAgnosticZAInterface(); in hasPrivateZAInterface()
H A DAArch64SMEAttributes.cpp41 assert(!(hasAgnosticZAInterface() && hasSharedZAInterface()) && in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9016 assert(!CallAttrs.callee().hasSharedZAInterface() && in LowerCall()