|
| Placed (const Placed &p) |
|
| Placed (TablePlacement &self_, const IR::MAU::Table *t, const Placed *done) |
|
const Placed * | diff_prev (const Placed *new_prev) const |
|
const DecidePlacement::GroupPlace * | find_group (const IR::MAU::Table *tbl) const |
|
void | gateway_merge (const IR::MAU::Table *, cstring) |
|
int | init_stage () const |
|
bool | is_fully_placed (const IR::MAU::Table *tbl) const |
|
bool | is_fully_placed (const IR::MAU::TableSeq *seq) const |
|
bool | is_match_placed (const IR::MAU::Table *tbl) const |
|
bool | is_placed (const IR::MAU::Table *tbl) const |
|
bool | is_placed (cstring tbl) const |
|
int | logical_ids () const |
|
int | logical_ids_left () const |
|
void | setup_logical_id () |
|
void | update_attached (Placed *latest) |
|
void | update_formats () |
|
void | update_need_more (int needed_entries) |
|
|
std::ostream & | operator<< (std::ostream &out, const Placed *pl) |
|
std::ostream & | operator<< (std::ostream &out, const std::vector< Placed * > &placed_vector) |
|
◆ update_attached()
void TablePlacement::Placed::update_attached |
( |
Placed * | latest | ) |
|
|
inline |
Update a Placed object to reflect attached tables being allocated in the same stage due to another table being added to the stage.
◆ need_more
bool TablePlacement::Placed::need_more = false |
True if the table needs to be split across multiple stages, because it can't fit within a single stage (eg. not enough entries in the stage).
◆ stage_split
int TablePlacement::Placed::stage_split = -1 |
Information on which stage table this table is associated with. If the table is never split, then the stage_split should be -1
The documentation for this struct was generated from the following file: