CGRAOmp  0.1
Public Member Functions | Private Attributes | List of all members
llvm::GEPConstantNode Class Reference

#include <CGRADataFlowGraph.hpp>

Inheritance diagram for llvm::GEPConstantNode:
llvm::ConstantNode llvm::DataNode< DFGNode::NodeKind::Constant > llvm::DFGNode

Public Member Functions

 GEPConstantNode (Value *v, int ID, int const_value)
 
virtual string getExtraAttr () const
 
virtual string getNodeAttr () const
 
- Public Member Functions inherited from llvm::ConstantNode
 ConstantNode (Value *v)
 
 ConstantNode (Value *v, int ID)
 
 ConstantNode (Value *v, SkipSeq *seq)
 
 ConstantNode (Value *v, SkipSeq *seq, int ID)
 
string getUniqueName () const
 
- Public Member Functions inherited from llvm::DataNode< DFGNode::NodeKind::Constant >
 DataNode (Value *v)
 
 DataNode (Value *v, SkipSeq *seq)
 
 DataNode (Value *v, SkipSeq *seq, int ID)
 
- Public Member Functions inherited from llvm::DFGNode
 DFGNode (int ID, NodeKind kind, Value *val)
 
 DFGNode (NodeKind kind, Value *val)
 
 DFGNode (const DFGNode &N)
 
 DFGNode (DFGNode &&N)
 
DFGNodeoperator= (const DFGNode &N)
 
DFGNodeoperator= (DFGNode &&N)
 
NodeKind getKind () const
 
int getID () const
 
Value * getValue () const
 
bool isEqualTo (const DFGNode &N) const
 
void setExtraInfo (StringRef key, json::Value V)
 
bool hasExtraInfo () const
 
json::Value getExtraInfoAsJSONObject ()
 

Private Attributes

int const_value
 

Additional Inherited Members

- Public Types inherited from llvm::DataNode< DFGNode::NodeKind::Constant >
using SkipSeq = SmallVector< Value * >
 
- Public Types inherited from llvm::DFGNode
enum  NodeKind {
  NodeKind::Compute, NodeKind::MemLoad, NodeKind::MemStore, NodeKind::Compare,
  NodeKind::Constant, NodeKind::GlobalData, NodeKind::VirtualRoot
}
 
- Static Public Member Functions inherited from llvm::ConstantNode
static bool classof (const DFGNode *N)
 
- Public Attributes inherited from llvm::DFGNode
friend CGRADFG
 
- Protected Member Functions inherited from llvm::DataNode< DFGNode::NodeKind::Constant >
string getTypeName (Type *ty) const
 
string getSkipSeq () const
 
- Protected Attributes inherited from llvm::DataNode< DFGNode::NodeKind::Constant >
SkipSeqskip_seq
 
- Protected Attributes inherited from llvm::DFGNode
NodeKind kind
 
int ID
 
Value * val
 
StringMap< json::Value * > extra_info
 

Constructor & Destructor Documentation

◆ GEPConstantNode()

llvm::GEPConstantNode::GEPConstantNode ( Value *  v,
int  ID,
int  const_value 
)
inlineexplicit

Member Function Documentation

◆ getExtraAttr()

virtual string llvm::GEPConstantNode::getExtraAttr ( ) const
inlinevirtual

Reimplemented from llvm::ConstantNode.

◆ getNodeAttr()

virtual string llvm::GEPConstantNode::getNodeAttr ( ) const
inlinevirtual

Reimplemented from llvm::ConstantNode.

Member Data Documentation

◆ const_value

int llvm::GEPConstantNode::const_value
private

The documentation for this class was generated from the following file: