Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td32 def HasV73 : Predicate<"HST->hasV73Ops()">, AssemblerPredicate<(all_of ArchV73)>;
H A DHexagonSubtarget.h207 bool hasV73Ops() const { in hasV73Ops() function