Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td26 def HasV68 : Predicate<"HST->hasV68Ops()">, AssemblerPredicate<(all_of ArchV68)>;
H A DHexagonSubtarget.h182 bool hasV68Ops() const { in hasV68Ops() function