Home
last modified time | relevance | path

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

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