Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h84 bool hasPrivateZAInterface() const { return !hasSharedZAInterface(); } in hasPrivateZAInterface() function
88 return hasZAState() && Callee.hasPrivateZAInterface() && in requiresLazySave()
119 return hasZT0State() && !hasZAState() && Callee.hasPrivateZAInterface() && in requiresDisablingZABeforeCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp110 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()
150 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()