Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td28 def HasV69 : Predicate<"HST->hasV69Ops()">, AssemblerPredicate<(all_of ArchV69)>;
H A DHexagonSubtarget.h195 bool hasV69Ops() const { in hasV69Ops() function