Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h132 bool hasZT0State() const { return isNewZT0() || sharesZT0(); } in hasZT0State() function
187 return caller().hasZT0State() && !callsite().hasUndefZT0() && in requiresPreservingZT0()
192 return caller().hasZT0State() && !caller().hasZAState() && in requiresDisablingZABeforeCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp592 if (Attrs.hasZAState() || Attrs.hasZT0State() || in fallBackToDAGISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5203 if (CallerAttrs.hasZAState() || CallerAttrs.hasZT0State() || in createFastISel()