Home
last modified time | relevance | path

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

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