Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td34 def HasV75 : Predicate<"HST->hasV75Ops()">, AssemblerPredicate<(all_of ArchV75)>;
H A DHexagonSubtarget.h213 bool hasV75Ops() const { in hasV75Ops() function