Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h115 bool isNewZT0() const { return decodeZT0State(Bitmask) == StateValue::New; } in isNewZT0() function
129 bool hasZT0State() const { return isNewZT0() || sharesZT0(); } in hasZT0State()
H A DAArch64SMEAttributes.cpp37 (!sharesZT0() || (isNewZT0() ^ isInZT0() ^ isInOutZT0() ^ isOutZT0() ^ in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp142 if (FnAttrs.isNewZT0()) { in updateNewStateFunctions()
176 if (FnAttrs.isNewZA() || FnAttrs.isNewZT0()) in runOnFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp646 (FD->hasAttr<ArmNewAttr>() && FD->getAttr<ArmNewAttr>()->isNewZT0()); in hasArmZT0State()
H A DSemaChecking.cpp3286 if (Attr && Attr->isNewZT0()) in checkCall()
H A DSemaDecl.cpp12164 bool UsesZT0 = Attr && Attr->isNewZT0(); in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2466 if (Attr->isNewZT0()) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2717 bool isNewZT0() const {