Home
last modified time | relevance | path

Searched refs:HasPAuth (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h130 bool HasPAuth = false; variable
510 bool hasPAuth() const { return HasPAuth; } in hasPAuth()
H A DAArch64.td266 "pauth", "HasPAuth", "true",
546 let F = [HasPAuth];
H A DAArch64SchedA64FX.td24 [HasSVE2, HasSVE2AES, HasSVE2SM4, HasSVE2SHA3, HasSVE2BitPerm, HasPAuth];
H A DAArch64InstrInfo.td36 def HasPAuth : Predicate<"Subtarget->hasPAuth()">,
1149 let Predicates = [HasPAuth] in {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.h43 bool HasPAuth; variable
H A DAArch64.cpp554 HasPAuth = true; in handleTargetFeatures()