Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td20 def HasV65 : Predicate<"HST->hasV65Ops()">, AssemblerPredicate<(all_of ArchV65)>;
H A DHexagonSubtarget.h171 bool hasV65Ops() const { in hasV65Ops() function
H A DHexagonVLIWPacketizer.cpp1543 if (Slot1Store && MF.getSubtarget<HexagonSubtarget>().hasV65Ops() && in isLegalToPacketizeTogether()