Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td14 def HasV55 : Predicate<"HST->hasV55Ops()">, AssemblerPredicate<(all_of ArchV55)>;
H A DHexagonSubtarget.h153 bool hasV55Ops() const { in hasV55Ops() function