|
LLVM
3.7.0
|
#include <HexagonShuffler.h>
Public Member Functions | |
| HexagonResource (unsigned s) | |
| void | setUnits (unsigned s) |
| unsigned | setWeight (unsigned s) |
| unsigned | getUnits () const |
| unsigned | getWeight () const |
Static Public Member Functions | |
| static bool | lessUnits (const HexagonResource &A, const HexagonResource &B) |
| static bool | lessWeight (const HexagonResource &A, const HexagonResource &B) |
Definition at line 28 of file HexagonShuffler.h.
|
inline |
Definition at line 34 of file HexagonShuffler.h.
References setUnits().
|
inline |
Definition at line 41 of file HexagonShuffler.h.
Referenced by lessUnits(), and setWeight().
|
inline |
Definition at line 42 of file HexagonShuffler.h.
Referenced by lessWeight().
|
inlinestatic |
Definition at line 45 of file HexagonShuffler.h.
References llvm::countPopulation(), and getUnits().
Referenced by llvm::HexagonInstr::lessCore().
|
inlinestatic |
Definition at line 49 of file HexagonShuffler.h.
References getWeight().
Referenced by llvm::HexagonInstr::operator<().
|
inline |
Definition at line 36 of file HexagonShuffler.h.
References HEXAGON_PACKET_SIZE.
Referenced by HexagonResource().
Definition at line 79 of file HexagonShuffler.cpp.
References llvm::countPopulation(), llvm::countTrailingZeros(), and getUnits().
1.8.6