Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td24 def HasV67 : Predicate<"HST->hasV67Ops()">, AssemblerPredicate<(all_of ArchV67)>;
H A DHexagonSubtarget.h183 bool hasV67Ops() const { in hasV67Ops() function
H A DHexagonISelLowering.cpp1838 if (Subtarget.hasV67Ops()) { in HexagonTargetLowering()