Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h99 bool hasSharedZAInterface() const { return sharesZA() || sharesZT0(); } in hasSharedZAInterface()
124 bool sharesZT0() const { in sharesZT0() function
129 bool hasZT0State() const { return isNewZT0() || sharesZT0(); } in hasZT0State()
131 return hasZT0State() && !Callee.sharesZT0(); in requiresPreservingZT0()
H A DAArch64SMEAttributes.cpp37 (!sharesZT0() || (isNewZT0() ^ isInZT0() ^ isInOutZT0() ^ isOutZT0() ^ in set()