Cerata
A library to generate structural hardware designs
|
This is the complete list of members for cerata::Expression, including all inherited members.
AddEdge(const std::shared_ptr< Edge > &edge) override | cerata::MultiOutputNode | virtual |
AppendReferences(std::vector< Object * > *out) const override | cerata::Expression | virtual |
ARRAY enum value | cerata::Object | |
array() const | cerata::Node | inline |
array_ | cerata::Node | protected |
Copy() const override | cerata::Expression | virtual |
CopyOnto(Graph *dst, const std::string &name, NodeMap *rebinding) const override | cerata::Expression | virtual |
edges() const | cerata::Node | virtual |
EliminateZeroOne(Expression *exp) | cerata::Expression | protectedstatic |
Expression(Op op, std::shared_ptr< Node > lhs, std::shared_ptr< Node > rhs) | cerata::Expression | protected |
ID enum name | cerata::Object | |
Is(NodeID node_id) const | cerata::Node | inline |
IsArray() const | cerata::Object | inline |
IsNode() const | cerata::Object | inline |
lhs() const | cerata::Expression | inline |
lhs_ | cerata::Expression | protected |
Make(Op op, std::shared_ptr< Node > lhs, std::shared_ptr< Node > rhs) | cerata::Expression | static |
MergeIntLiterals(Expression *exp) | cerata::Expression | protectedstatic |
meta | cerata::Object | |
Minimize(Node *node) | cerata::Expression | protectedstatic |
MultiOutputNode(std::string name, Node::NodeID id, std::shared_ptr< Type > type) | cerata::MultiOutputNode | inline |
name() const | cerata::Named | inline |
Named(std::string name) | cerata::Named | inlineexplicit |
NODE enum value | cerata::Object | |
Node(std::string name, NodeID id, std::shared_ptr< Type > type) | cerata::Node | |
node_id() const | cerata::Node | inline |
node_id_ | cerata::Node | protected |
NodeID enum name | cerata::Node | |
num_outputs() const | cerata::MultiOutputNode | inline |
obj_id() const | cerata::Object | inline |
obj_id_ | cerata::Object | protected |
Object(std::string name, ID id) | cerata::Object | inlineexplicit |
Op enum name | cerata::Expression | |
operation_ | cerata::Expression | protected |
output(size_t i) const | cerata::MultiOutputNode | inline |
outputs_ | cerata::MultiOutputNode | |
parent() const | cerata::Object | virtual |
parent_ | cerata::Object | protected |
RemoveEdge(Edge *edge) override | cerata::MultiOutputNode | virtual |
Replace(Node *replacement) | cerata::Node | |
rhs() const | cerata::Expression | inline |
rhs_ | cerata::Expression | protected |
SetArray(NodeArray *array) | cerata::Node | inline |
SetName(std::string name) | cerata::Named | inline |
SetParent(Graph *parent) | cerata::Object | virtual |
SetType(const std::shared_ptr< Type > &type) | cerata::Node | |
sinks() const override | cerata::MultiOutputNode | inlinevirtual |
sources() const override | cerata::MultiOutputNode | inlinevirtual |
ToString() const override | cerata::Expression | virtual |
type() const | cerata::Node | inline |
type_ | cerata::Node | protected |
~Named()=default | cerata::Named | virtual |