Searched refs:HexagonInstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h105 class HexagonInstr { class in namespace:llvm
114 HexagonInstr(HexagonCVIResource::TypeUnitsAndLanes *T, function in class:llvm::HexagonInstr
123 bool operator<(const HexagonInstr &B) const {
128 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) {
133 static bool lessCVI(const HexagonInstr &A, const HexagonInstr &B) {
141 SmallVector<HexagonInstr, HEXAGON_PRESHUFFLE_PACKET_SIZE>;
H A DHexagonShuffler.cpp214 HexagonInstr PI(&TUL, MCII, &ID, Extender, S);
530 std::stable_sort(begin(), end(), HexagonInstr::lessCore);
561 std::stable_sort(begin(), end(), HexagonInstr::lessCore);
585 std::stable_sort(begin(), end(), HexagonInstr::lessCore);
594 std::stable_sort(begin(), end(), HexagonInstr::lessCVI);

Completed in 56 milliseconds