Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h100 bool hasPrivateZAInterface() const { return !hasSharedZAInterface(); } in hasPrivateZAInterface() function
103 return hasZAState() && Callee.hasPrivateZAInterface() && in requiresLazySave()
134 return hasZT0State() && !hasZAState() && Callee.hasPrivateZAInterface() && in requiresDisablingZABeforeCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp109 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()
149 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()