Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h110 bool HasVH = false; variable
502 bool hasVH() const { return HasVH; } in hasVH()
H A DAArch64.td81 def FeatureVH : SubtargetFeature<"vh", "HasVH", "true",
H A DAArch64InstrInfo.td30 def HasVH : Predicate<"Subtarget->hasVH()">,