Home
last modified time | relevance | path

Searched refs:HasSVE2BitPerm (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h150 bool HasSVE2BitPerm = false; variable
403 bool hasSVE2BitPerm() const { return HasSVE2BitPerm; } in hasSVE2BitPerm()
DAArch64.td118 def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "true",
443 HasSVE2BitPerm];
DAArch64SVEInstrInfo.td1636 let Predicates = [HasSVE2BitPerm] in {
DAArch64InstrInfo.td121 def HasSVE2BitPerm : Predicate<"Subtarget->hasSVE2BitPerm()">,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h175 bool HasSVE2BitPerm = false; variable
447 bool hasSVE2BitPerm() const { return HasSVE2BitPerm; } in hasSVE2BitPerm()
DAArch64.td141 def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "true",
517 HasSVE2BitPerm];
DAArch64SVEInstrInfo.td2820 let Predicates = [HasSVE2BitPerm] in {
DAArch64InstrInfo.td120 def HasSVE2BitPerm : Predicate<"Subtarget->hasSVE2BitPerm()">,
/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp271 if (HasSVE2 && HasSVE2BitPerm) in getTargetDefines()
420 HasSVE2BitPerm = false; in handleTargetFeatures()
461 HasSVE2BitPerm = 1; in handleTargetFeatures()
DAArch64.h44 bool HasSVE2BitPerm; variable
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19288 if (Bits[AArch64::FeatureSVE2BitPerm]) HasSVE2BitPerm = true;