Searched refs:HasSVE2BitPerm (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 56 bool HasSVE2BitPerm = false; variable
|
| H A D | AArch64.cpp | 429 if (HasSVE2 && HasSVE2BitPerm) in getTargetDefines() 700 .Case("sve2-bitperm", FPU & SveMode && HasSVE2BitPerm) in hasFeature() 806 HasSVE2BitPerm = true; in handleTargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 177 def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "true", 798 HasSMEF8F32, HasSVE2AES, HasSVE2SHA3, HasSVE2SM4, HasSVE2BitPerm],
|
| H A D | AArch64SVEInstrInfo.td | 3816 let Predicates = [HasSVE2BitPerm] in { 3821 } // End HasSVE2BitPerm
|
| H A D | AArch64InstrInfo.td | 150 def HasSVE2BitPerm : Predicate<"Subtarget->hasSVE2BitPerm()">,
|