Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td18 def HasV62 : Predicate<"HST->hasV62Ops()">, AssemblerPredicate<(all_of ArchV62)>;
H A DHexagonSubtarget.h158 bool hasV62Ops() const { in hasV62Ops() function
H A DHexagonInstrInfo.cpp1680 if (!Subtarget.hasV62Ops()) { in isPredicable()