HomeSort by relevance Sort by last modified time
    Searched refs:HexagonInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 96 class HexagonInstr {
106 HexagonInstr(HexagonCVIResource::TypeUnitsAndLanes *T,
119 bool operator<(const HexagonInstr &B) const {
123 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) {
127 static bool lessCVI(const HexagonInstr &A, const HexagonInstr &B) {
134 typedef SmallVector<HexagonInstr, HEXAGON_PRESHUFFLE_PACKET_SIZE>
HexagonShuffler.cpp 159 HexagonInstr PI(&TUL, MCII, ID, Extender, S, X);
369 std::sort(begin(), end(), HexagonInstr::lessCore);
393 std::sort(begin(), end(), HexagonInstr::lessCore);
405 std::sort(begin(), end(), HexagonInstr::lessCVI);

Completed in 101 milliseconds