|
LLVM
4.0.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 29 of file HexagonShuffler.h.
|
inline |
Definition at line 35 of file HexagonShuffler.h.
References setUnits().
|
inline |
Definition at line 42 of file HexagonShuffler.h.
Referenced by lessUnits(), and setWeight().
|
inline |
Definition at line 43 of file HexagonShuffler.h.
Referenced by lessWeight().
|
inlinestatic |
Definition at line 46 of file HexagonShuffler.h.
References llvm::countPopulation(), and getUnits().
Referenced by llvm::HexagonInstr::lessCore(), and llvm::HexagonInstr::lessCVI().
|
inlinestatic |
Definition at line 50 of file HexagonShuffler.h.
References getWeight().
Referenced by llvm::HexagonInstr::operator<().
|
inline |
Definition at line 37 of file HexagonShuffler.h.
References HEXAGON_PACKET_SIZE.
Referenced by llvm::HexagonCVIResource::HexagonCVIResource(), and HexagonResource().
Definition at line 81 of file HexagonShuffler.cpp.
References assert(), llvm::countPopulation(), llvm::countTrailingZeros(), and getUnits().
1.8.6