Common between header and implementation generators for operations.
More...
Common between header and implementation generators for operations.
Definition at line 33 of file OpCAPIGen.cpp.
◆ setAttributeName()
| void OpGeneratorData::setAttributeName |
( |
mlir::StringRef | name | ) |
|
|
inline |
◆ setOperandName()
| void OpGeneratorData::setOperandName |
( |
mlir::StringRef | name | ) |
|
|
inline |
◆ setRegionName()
| void OpGeneratorData::setRegionName |
( |
mlir::StringRef | name, |
|
|
unsigned | regionIndex ) |
|
inline |
◆ setResultName()
| void OpGeneratorData::setResultName |
( |
mlir::StringRef | name, |
|
|
int | resultIndex ) |
|
inline |
◆ attrNameCapitalized
| std::string OpGeneratorData::attrNameCapitalized |
|
protected |
◆ operandNameCapitalized
| std::string OpGeneratorData::operandNameCapitalized |
|
protected |
◆ regionNameCapitalized
| std::string OpGeneratorData::regionNameCapitalized |
|
protected |
◆ resultNameCapitalized
| std::string OpGeneratorData::resultNameCapitalized |
|
protected |
The documentation for this struct was generated from the following file: