#include <CompareExprTree.hpp>


Public Member Functions | |
| MemRefNode () | |
| MemRefNode (MemRefHandle h) | |
| virtual | ~MemRefNode () |
| OA_ptr< Node > | copy () |
| return a copy of self | |
| bool | isaMemRefNode () |
| MemRefHandle | getHandle () |
| void | dump (std::ostream &os) |
| void | dump (std::ostream &os, OA_ptr< IRHandlesIRInterface > ir) |
| void | acceptVisitor (ExprTreeVisitor &pVisitor) |
| pass visitor to nodes in postorder and then accept visitor on tree | |
| void | output (IRHandlesIRInterface &ir) |
| bool | operator< (Node &other) |
| an ordering for expression trees, needed for use within STL containers | |
| bool | operator== (Node &other) |
| virtual int | getOrder () |
| MemRefNode () | |
| MemRefNode (MemRefHandle h) | |
| virtual | ~MemRefNode () |
| OA_ptr< Node > | copy () |
| return a copy of self | |
| bool | isaMemRefNode () |
| MemRefHandle | getHandle () |
| void | dump (std::ostream &os) |
| void | dump (std::ostream &os, OA_ptr< IRHandlesIRInterface > ir) |
| void | acceptVisitor (ExprTreeVisitor &pVisitor) |
| pass visitor to nodes in postorder and then accept visitor on tree | |
| void | output (IRHandlesIRInterface &ir) |
| bool | operator< (Node &other) |
| an ordering for expression trees, needed for use within STL containers | |
| bool | operator== (Node &other) |
| virtual int | getOrder () |
Private Attributes | |
| MemRefHandle | mHandle |
Static Private Attributes | |
| static const int | sOrder = 200 |
Definition at line 202 of file CompareExprTree.hpp.
| OA::ExprTree::MemRefNode::MemRefNode | ( | ) | [inline] |
Definition at line 204 of file CompareExprTree.hpp.
| OA::ExprTree::MemRefNode::MemRefNode | ( | MemRefHandle | h | ) | [inline] |
Definition at line 205 of file CompareExprTree.hpp.
| virtual OA::ExprTree::MemRefNode::~MemRefNode | ( | ) | [inline, virtual] |
Definition at line 206 of file CompareExprTree.hpp.
| OA::ExprTree::MemRefNode::MemRefNode | ( | ) | [inline] |
Definition at line 215 of file ExprTree.hpp.
| OA::ExprTree::MemRefNode::MemRefNode | ( | MemRefHandle | h | ) | [inline] |
Definition at line 216 of file ExprTree.hpp.
| virtual OA::ExprTree::MemRefNode::~MemRefNode | ( | ) | [inline, virtual] |
Definition at line 217 of file ExprTree.hpp.
| void OA::ExprTree::MemRefNode::acceptVisitor | ( | ExprTreeVisitor & | ) | [virtual] |
pass visitor to nodes in postorder and then accept visitor on tree
Implements OA::ExprTree::Node.
Definition at line 306 of file CompareExprTree.cpp.
| void OA::ExprTree::MemRefNode::acceptVisitor | ( | ExprTreeVisitor & | ) | [virtual] |
pass visitor to nodes in postorder and then accept visitor on tree
Implements OA::ExprTree::Node.
return a copy of self
Implements OA::ExprTree::Node.
Definition at line 209 of file CompareExprTree.hpp.
| void OA::ExprTree::MemRefNode::dump | ( | std::ostream & | os | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 214 of file CompareExprTree.hpp.
Referenced by output().
| void OA::ExprTree::MemRefNode::dump | ( | std::ostream & | os, | |
| OA_ptr< IRHandlesIRInterface > | ir | |||
| ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 293 of file CompareExprTree.cpp.
| void OA::ExprTree::MemRefNode::dump | ( | std::ostream & | os | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 225 of file ExprTree.hpp.
| void OA::ExprTree::MemRefNode::dump | ( | std::ostream & | os, | |
| OA_ptr< IRHandlesIRInterface > | ir | |||
| ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
| MemRefHandle OA::ExprTree::MemRefNode::getHandle | ( | ) | [inline] |
Definition at line 213 of file CompareExprTree.hpp.
Referenced by OA::OutputExprTreeVisitor::visitMemRefNode(), OA::MemRefsVisitor::visitMemRefNode(), OA::LinearityLocsVisitor::visitMemRefNode(), OA::EvalToMemRefVisitor::visitMemRefNode(), OA::EvalToConstVisitor::visitMemRefNode(), and OA::DifferentiableLocsVisitor::visitMemRefNode().
| MemRefHandle OA::ExprTree::MemRefNode::getHandle | ( | ) | [inline] |
Definition at line 224 of file ExprTree.hpp.
| virtual int OA::ExprTree::MemRefNode::getOrder | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 240 of file ExprTree.hpp.
| virtual int OA::ExprTree::MemRefNode::getOrder | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 229 of file CompareExprTree.hpp.
| bool OA::ExprTree::MemRefNode::isaMemRefNode | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 212 of file CompareExprTree.hpp.
| bool OA::ExprTree::MemRefNode::isaMemRefNode | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 223 of file ExprTree.hpp.
| bool OA::ExprTree::MemRefNode::operator< | ( | Node & | other | ) | [virtual] |
an ordering for expression trees, needed for use within STL containers
Reimplemented from OA::ExprTree::Node.
| bool OA::ExprTree::MemRefNode::operator< | ( | Node & | other | ) | [virtual] |
an ordering for expression trees, needed for use within STL containers
Reimplemented from OA::ExprTree::Node.
Definition at line 310 of file CompareExprTree.cpp.
References OA::ExprTreeVisitor::visitMemRefNode().

| bool OA::ExprTree::MemRefNode::operator== | ( | Node & | other | ) | [virtual] |
check if two memory references are equal at the level of accuracy provided by the MemRefExpr approximation
Reimplemented from OA::ExprTree::Node.
| bool OA::ExprTree::MemRefNode::operator== | ( | Node & | other | ) | [virtual] |
check if two memory references are equal at the level of accuracy provided by the MemRefExpr approximation
Reimplemented from OA::ExprTree::Node.
Definition at line 327 of file CompareExprTree.cpp.
| void OA::ExprTree::MemRefNode::output | ( | IRHandlesIRInterface & | ir | ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
| void OA::ExprTree::MemRefNode::output | ( | IRHandlesIRInterface & | ir | ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 299 of file CompareExprTree.cpp.
References dump(), and mHandle.

Definition at line 233 of file CompareExprTree.hpp.
Referenced by output().
static const int OA::ExprTree::MemRefNode::sOrder = 200 [static, private] |
Reimplemented from OA::ExprTree::Node.
Definition at line 232 of file CompareExprTree.hpp.
1.7.1