Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h102 bool requiresLazySave(const SMEAttrs &Callee) const { in requiresLazySave() function
138 return requiresLazySave(Callee) || requiresDisablingZABeforeCall(Callee); in requiresEnablingZAAfterCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp256 if (CallerAttrs.requiresLazySave(CalleeAttrs) || in areInlineCompatible()
H A DAArch64ISelLowering.cpp7976 CallerAttrs.requiresLazySave(CalleeAttrs) || in isEligibleForTailCallOptimization()
8389 bool RequiresLazySave = CallerAttrs.requiresLazySave(CalleeAttrs); in LowerCall()
27108 CallerAttrs.requiresLazySave(CalleeAttrs) || in fallBackToDAGISel()