Home
last modified time | relevance | path

Searched refs:isNewZT0 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h100 bool isNewZT0() const { return decodeZT0State(Bitmask) == StateValue::New; } in isNewZT0() function
114 bool hasZT0State() const { return isNewZT0() || sharesZT0(); } in hasZT0State()
H A DAArch64SMEAttributes.cpp35 (!sharesZT0() || (isNewZT0() ^ isInZT0() ^ isInOutZT0() ^ isOutZT0() ^ in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp143 if (FnAttrs.isNewZT0()) { in updateNewStateFunctions()
177 if (FnAttrs.hasNewZABody() || FnAttrs.isNewZT0()) in runOnFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2557 bool isNewZT0() const {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2432 if (Attr->isNewZT0()) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3218 (FD->hasAttr<ArmNewAttr>() && FD->getAttr<ArmNewAttr>()->isNewZT0()); in hasArmZT0State()
7560 if (Attr && Attr->isNewZT0()) in checkCall()
H A DSemaDecl.cpp12258 bool UsesZT0 = Attr && Attr->isNewZT0(); in CheckFunctionDeclaration()