Home
last modified time | relevance | path

Searched refs:HasAM (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h140 bool HasAM = false; variable
519 bool hasAM() const { return HasAM; } in hasAM()
H A DAArch64.td300 "am", "HasAM", "true",
H A DAArch64InstrInfo.td60 def HasAM : Predicate<"Subtarget->hasAM()">,