Home
last modified time | relevance | path

Searched refs:hasSVE2BitPerm (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h481 bool hasSVE2BitPerm() const { return HasSVE2BitPerm; } in hasSVE2BitPerm() function
H A DAArch64InstrInfo.td123 def HasSVE2BitPerm : Predicate<"Subtarget->hasSVE2BitPerm()">,