LLVM API Documentation

llvm::RegisterSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::RegisterSDNode:

Inheritance graph
[legend]
Collaboration diagram for llvm::RegisterSDNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

unsigned getReg () const

Static Public Member Functions

static bool classof (const RegisterSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 RegisterSDNode (unsigned reg, MVT::ValueType VT)

Friends

class SelectionDAG

Detailed Description

Definition at line 1233 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::RegisterSDNode::RegisterSDNode ( unsigned  reg,
MVT::ValueType  VT 
) [inline, protected]

Definition at line 1237 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::RegisterSDNode::classof ( const SDNode N  )  [inline, static]

Reimplemented from llvm::SDNode.

Definition at line 1244 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and llvm::ISD::Register.

static bool llvm::RegisterSDNode::classof ( const RegisterSDNode  )  [inline, static]

Definition at line 1243 of file SelectionDAGNodes.h.

unsigned llvm::RegisterSDNode::getReg (  )  const [inline]

Definition at line 1241 of file SelectionDAGNodes.h.

References Reg.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1236 of file SelectionDAGNodes.h.


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