Go to the documentation of this file.
29 #ifndef __MEM_RUBY_COMMON_NETDEST_HH__
30 #define __MEM_RUBY_COMMON_NETDEST_HH__
93 void print(std::ostream& out)
const;
101 int vec_index = MachineType_base_level(
m.type);
102 assert(vec_index <
m_bits.size());
119 #endif // __MEM_RUBY_COMMON_NETDEST_HH__
void add(MachineID newElement)
void remove(MachineID oldElement)
NodeID elementAt(MachineID index)
bool isSubset(const NetDest &test) const
bool intersectionIsEmpty(const NetDest &other_netDest) const
bool isElement(MachineID element) const
void print(std::ostream &out) const
NetDest & operator=(const Set &obj)
void setNetDest(MachineType machine, const Set &set)
std::vector< Set > m_bits
MachineID smallestElement() const
NetDest OR(const NetDest &orNetDest) const
NodeID bitIndex(NodeID index) const
bool isSuperset(const NetDest &test) const
std::ostream & operator<<(std::ostream &out, const NetDest &obj)
int vecIndex(MachineID m) const
void addNetDest(const NetDest &netDest)
bool intersectionIsNotEmpty(const NetDest &other_netDest) const
NetDest AND(const NetDest &andNetDest) const
bool isEqual(const NetDest &netDest) const
std::vector< NodeID > getAllDest()
void removeNetDest(const NetDest &netDest)
Generated on Wed Sep 30 2020 14:02:13 for gem5 by doxygen 1.8.17