Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td36 def HasV79 : Predicate<"HST->hasV79Ops()">, AssemblerPredicate<(all_of ArchV79)>;
H A DHexagonSubtarget.h219 bool hasV79Ops() const { in hasV79Ops() function