OpenASIP
2.0
|
This is the complete list of members for ReservationTable, including all inherited members.
advanceCycle() | ReservationTable | |
bitAt(int column, int row) const | BitMatrix | |
BitMatrix(int width, int height, bool initialValue) | BitMatrix | |
BitMatrix(const BitMatrix &another) | BitMatrix | |
columnCount() const | BitMatrix | |
columns_ | BitMatrix | private |
conflictsWith(const ReservationTable &anotherReservationTable, int cycle) const | ReservationTable | |
conflictsWith(const BitMatrix &another) const | ReservationTable | |
BitMatrix::conflictsWith(const BitMatrix &another) const | BitMatrix | |
init(const TTAMachine::FunctionUnit &fu) | ReservationTable | |
isReserved(ResourceID resource, int cycle) const | ReservationTable | |
issueOperation(ReservationTable &anotherReservationTable) | ReservationTable | |
matrix_ | BitMatrix | private |
operator<(const BitMatrix &rightHand) const | BitMatrix | |
operator==(const BitMatrix &other) const | BitMatrix | |
orWith(const BitMatrix &another) | BitMatrix | |
ReservationTable(const TTAMachine::FunctionUnit &fu) | ReservationTable | |
ReservationTable(const TTAMachine::HWOperation &operation) | ReservationTable | |
ResourceID typedef | ReservationTable | |
rowCount() const | BitMatrix | |
rows_ | BitMatrix | private |
RowWord typedef | BitMatrix | private |
setAllToOne() | BitMatrix | |
setAllToZero() | BitMatrix | |
setBit(int column, int row, bool value) | BitMatrix | |
shiftLeft() | BitMatrix | |
toDotString() const | BitMatrix | |
toString() const | BitMatrix | |
wordsPerRow_ | BitMatrix | private |
~BitMatrix() | BitMatrix | virtual |
~ReservationTable() | ReservationTable | virtual |