Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td14 def HasV55 : Predicate<"HST->hasV55Ops()">, AssemblerPredicate<(all_of ArchV55)>;
H A DHexagonSubtarget.h146 bool hasV55Ops() const { in hasV55Ops() function