Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td30 def HasV71 : Predicate<"HST->hasV71Ops()">, AssemblerPredicate<(all_of ArchV71)>;
H A DHexagonSubtarget.h201 bool hasV71Ops() const { in hasV71Ops() function