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.h103 bool hasPrivateZAInterface() const { in hasPrivateZAInterface() function
182 return caller().hasZAState() && callee().hasPrivateZAInterface() && in requiresLazySave()
193 callee().hasPrivateZAInterface() && !callee().isSMEABIRoutine(); in requiresDisablingZABeforeCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp110 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()
150 if (FnAttrs.hasPrivateZAInterface()) { in updateNewStateFunctions()