Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h133 bool requiresDisablingZABeforeCall(const SMEAttrs &Callee) const { in requiresDisablingZABeforeCall() function
138 return requiresLazySave(Callee) || requiresDisablingZABeforeCall(Callee); in requiresEnablingZAAfterCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8456 bool DisableZA = CallerAttrs.requiresDisablingZABeforeCall(CalleeAttrs); in LowerCall()