Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td18 def HasV62 : Predicate<"HST->hasV62Ops()">, AssemblerPredicate<(all_of ArchV62)>;
H A DHexagonSubtarget.h165 bool hasV62Ops() const { in hasV62Ops() function
H A DHexagonInstrInfo.cpp1767 if (!Subtarget.hasV62Ops()) { in isPredicable()