|
MLIR
22.0.0git
|
This class represents the numbering entry of an operation name. More...
#include "Bytecode/Writer/IRNumbering.h"
Public Member Functions | |
| OpNameNumbering (DialectNumbering *dialect, OperationName name) | |
Public Attributes | |
| DialectNumbering * | dialect |
| The dialect of this value. More... | |
| OperationName | name |
| The concrete name. More... | |
| unsigned | number = 0 |
| The number assigned to this name. More... | |
| unsigned | refCount = 1 |
| The number of references to this name. More... | |
This class represents the numbering entry of an operation name.
Definition at line 65 of file IRNumbering.h.
|
inline |
Definition at line 66 of file IRNumbering.h.
| DialectNumbering* mlir::bytecode::detail::OpNameNumbering::dialect |
The dialect of this value.
Definition at line 70 of file IRNumbering.h.
| OperationName mlir::bytecode::detail::OpNameNumbering::name |
The concrete name.
Definition at line 73 of file IRNumbering.h.
| unsigned mlir::bytecode::detail::OpNameNumbering::number = 0 |
The number assigned to this name.
Definition at line 76 of file IRNumbering.h.
| unsigned mlir::bytecode::detail::OpNameNumbering::refCount = 1 |
The number of references to this name.
Definition at line 79 of file IRNumbering.h.