MLIR 23.0.0git
TransformAttrs.cpp File Reference
#include "mlir/Dialect/Transform/IR/TransformAttrs.h"
#include "mlir/Dialect/Transform/IR/TransformDialect.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/DialectImplementation.h"
#include "mlir/IR/OpImplementation.h"
#include "llvm/ADT/TypeSwitch.h"
#include "mlir/Dialect/Transform/IR/TransformAttrs.cpp.inc"
#include "mlir/Dialect/Transform/IR/TransformDialectEnums.cpp.inc"

Go to the source code of this file.

Macros

#define GET_ATTRDEF_CLASSES
#define GET_ATTRDEF_LIST

Functions

static OptionalParseResult generatedAttributeParser (AsmParser &parser, StringRef *mnemonic, Type type, Attribute &value)
static LogicalResult generatedAttributePrinter (Attribute def, AsmPrinter &printer)

Macro Definition Documentation

◆ GET_ATTRDEF_CLASSES

#define GET_ATTRDEF_CLASSES

Definition at line 28 of file TransformAttrs.cpp.

◆ GET_ATTRDEF_LIST

#define GET_ATTRDEF_LIST

Function Documentation

◆ generatedAttributeParser()

OptionalParseResult generatedAttributeParser ( AsmParser & parser,
StringRef * mnemonic,
Type type,
Attribute & value )
static

◆ generatedAttributePrinter()

LogicalResult generatedAttributePrinter ( Attribute def,
AsmPrinter & printer )
static