Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonDepArch.td26 def HasV68 : Predicate<"HST->hasV68Ops()">, AssemblerPredicate<(all_of ArchV68)>;
DHexagonSubtarget.h183 bool hasV68Ops() const { in hasV68Ops() function