Home
last modified time | relevance | path

Searched refs:requiresSMChange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp96 bool SMECallAttrs::requiresSMChange() const { in requiresSMChange() function in SMECallAttrs
H A DAArch64SMEAttributes.h179 bool requiresSMChange() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp283 if (CallAttrs.requiresLazySave() || CallAttrs.requiresSMChange() || in areInlineCompatible()
355 if (SMECallAttrs(FAttrs, CallAttrs.callee()).requiresSMChange()) { in getInlineCallPenalty()
358 if (SMECallAttrs(FAttrs, CallAttrs.caller()).requiresSMChange()) // (2) in getInlineCallPenalty()
H A DAArch64ISelLowering.cpp8495 if (CallAttrs.requiresSMChange() || CallAttrs.requiresLazySave() || in isEligibleForTailCallOptimization()
9023 bool RequiresSMChange = CallAttrs.requiresSMChange(); in LowerCall()
28702 if (CallAttrs.requiresSMChange() || CallAttrs.requiresLazySave() || in fallBackToDAGISel()