|
MLIR 22.0.0git
|
This is the complete list of members for mlir::AbstractAttribute, including all inherited members.
| detail::StorageUserBase class | mlir::AbstractAttribute | friend |
| get(Dialect &dialect) | mlir::AbstractAttribute | inlinestatic |
| get(Dialect &dialect, detail::InterfaceMap &&interfaceMap, HasTraitFn &&hasTrait, WalkImmediateSubElementsFn walkImmediateSubElementsFn, ReplaceImmediateSubElementsFn replaceImmediateSubElementsFn, TypeID typeID, StringRef name) | mlir::AbstractAttribute | inlinestatic |
| getDialect() const | mlir::AbstractAttribute | inline |
| getInterface() const | mlir::AbstractAttribute | inline |
| getName() const | mlir::AbstractAttribute | inline |
| getTypeID() const | mlir::AbstractAttribute | inline |
| hasInterface(TypeID interfaceID) const | mlir::AbstractAttribute | inline |
| hasTrait() const | mlir::AbstractAttribute | inline |
| hasTrait(TypeID traitID) const | mlir::AbstractAttribute | inline |
| HasTraitFn typedef | mlir::AbstractAttribute | |
| lookup(TypeID typeID, MLIRContext *context) | mlir::AbstractAttribute | static |
| lookup(StringRef name, MLIRContext *context) | mlir::AbstractAttribute | static |
| replaceImmediateSubElements(Attribute attr, ArrayRef< Attribute > replAttrs, ArrayRef< Type > replTypes) const | mlir::AbstractAttribute | |
| ReplaceImmediateSubElementsFn typedef | mlir::AbstractAttribute | |
| walkImmediateSubElements(Attribute attr, function_ref< void(Attribute)> walkAttrsFn, function_ref< void(Type)> walkTypesFn) const | mlir::AbstractAttribute | |
| WalkImmediateSubElementsFn typedef | mlir::AbstractAttribute |