Home
last modified time | relevance | path

Searched refs:isNewZA (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp26 assert(!(isNewZA() && (Bitmask & SME_ABI_Routine)) && in set()
31 (isNewZA() ^ isInZA() ^ isInOutZA() ^ isOutZA() ^ isPreservesZA())) && in set()
H A DAArch64SMEAttributes.h87 bool isNewZA() const { return decodeZAState(Bitmask) == StateValue::New; } in isNewZA() function
101 bool hasZAState() const { return isNewZA() || sharesZA(); } in hasZAState()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp135 if (FnAttrs.isNewZA()) { in updateNewStateFunctions()
176 if (FnAttrs.isNewZA() || FnAttrs.isNewZT0()) in runOnFunction()
H A DAArch64TargetTransformInfo.cpp253 if (CalleeAttrs.isNewZA()) in areInlineCompatible()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp894 if (NewAttr->isNewZA()) in checkFunctionCallABIStreaming()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp639 (FD->hasAttr<ArmNewAttr>() && FD->getAttr<ArmNewAttr>()->isNewZA()); in hasArmZAState()
H A DSemaChecking.cpp3284 if (Attr && Attr->isNewZA()) in checkCall()
H A DSemaDecl.cpp12163 bool UsesZA = Attr && Attr->isNewZA(); in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2464 if (Attr->isNewZA()) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2714 bool isNewZA() const {