Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td26 def HasV68 : Predicate<"HST->hasV68Ops()">, AssemblerPredicate<(all_of ArchV68)>;
H A DHexagonSubtarget.h189 bool hasV68Ops() const { in hasV68Ops() function
H A DHexagonSubtarget.cpp134 if (hasV68Ops()) in initializeSubtargetDependencies()