LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::RegisterSDNode:
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 |
Definition at line 1274 of file SelectionDAGNodes.h.
llvm::RegisterSDNode::RegisterSDNode | ( | unsigned | reg, | |
MVT::ValueType | VT | |||
) | [inline, protected] |
Definition at line 1278 of file SelectionDAGNodes.h.
unsigned llvm::RegisterSDNode::getReg | ( | ) | const [inline] |
static bool llvm::RegisterSDNode::classof | ( | const RegisterSDNode * | ) | [inline, static] |
Definition at line 1284 of file SelectionDAGNodes.h.
static bool llvm::RegisterSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1285 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::Register.
friend class SelectionDAG [friend] |