Home
last modified time | relevance | path

Searched refs:hasSEL2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h442 bool hasSEL2() const { return HasSEL2; } in hasSEL2() function
HDAArch64InstrInfo.td62 def HasSEL2 : Predicate<"Subtarget->hasSEL2()">,