Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h138 bool HasDIT = false; variable
517 bool hasDIT() const { return HasDIT; } in hasDIT()
H A DAArch64.td292 "dit", "HasDIT", "true",
H A DAArch64InstrInfo.td54 def HasDIT : Predicate<"Subtarget->hasDIT()">,