Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h157 bool HasPredRes = false; variable
457 bool hasPredRes() const { return HasPredRes; } in hasPredRes()
H A DAArch64.td362 def FeaturePredRes : SubtargetFeature<"predres", "HasPredRes", "true",
H A DAArch64InstrInfo.td133 def HasPredRes : Predicate<"Subtarget->hasPredRes()">,