Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h112 bool HasLOR = false; variable
504 bool hasLOR() const { return HasLOR; } in hasLOR()
H A DAArch64.td75 "lor", "HasLOR", "true",
H A DAArch64InstrInfo.td33 def HasLOR : Predicate<"Subtarget->hasLOR()">,
3664 let Predicates = [HasLOR] in {