Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td22 def HasV66 : Predicate<"HST->hasV66Ops()">, AssemblerPredicate<(all_of ArchV66)>;
H A DHexagonSubtarget.h177 bool hasV66Ops() const { in hasV66Ops() function
H A DHexagonISelLowering.cpp1834 if (Subtarget.hasV66Ops()) { in HexagonTargetLowering()