#include <OperationSupport.h>
◆ RepresentationUnion
◆ OperationName() [1/2]
◆ OperationName() [2/2]
OperationName::OperationName |
( |
StringRef |
name, |
|
|
MLIRContext * |
context |
|
) |
| |
◆ dump()
void OperationName::dump |
( |
| ) |
const |
◆ getAbstractOperation()
If this operation has a registered operation description, return it. Otherwise return null.
◆ getAsOpaquePointer()
void* mlir::OperationName::getAsOpaquePointer |
( |
| ) |
const |
|
inline |
◆ getDialect()
StringRef OperationName::getDialect |
( |
| ) |
const |
Return the name of the dialect this operation is registered to.
◆ getFromOpaquePointer()
OperationName OperationName::getFromOpaquePointer |
( |
void * |
pointer | ) |
|
|
static |
◆ getStringRef()
StringRef OperationName::getStringRef |
( |
| ) |
const |
Return the name of this operation. This always succeeds.
◆ print()
void OperationName::print |
( |
raw_ostream & |
os | ) |
const |
The documentation for this class was generated from the following files: