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 93 class HexagonInstr {
103 HexagonInstr(MCInstrInfo const &MCII, MCInst const *id,
115 bool operator<(const HexagonInstr &B) const {
119 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) {
123 static bool lessCVI(const HexagonInstr &A, const HexagonInstr &B) {
130 typedef SmallVector<HexagonInstr, HEXAGON_PRESHUFFLE_PACKET_SIZE>
HexagonShuffler.cpp 166 HexagonInstr PI(MCII, ID, Extender, S, X);
376 std::sort(begin(), end(), HexagonInstr::lessCore);
400 std::sort(begin(), end(), HexagonInstr::lessCore);
412 std::sort(begin(), end(), HexagonInstr::lessCVI);

Completed in 38 milliseconds