MLIR
20.0.0git
|
#include "mlir/TableGen/Attribute.h"
Public Member Functions | |
Attribute (const llvm::Record *record) | |
Attribute (const llvm::DefInit *init) | |
StringRef | getStorageType () const |
StringRef | getReturnType () const |
std::optional< Type > | getValueType () const |
StringRef | getConvertFromStorageCall () const |
bool | isConstBuildable () const |
StringRef | getConstBuilderTemplate () const |
Attribute | getBaseAttr () const |
bool | hasDefaultValue () const |
StringRef | getDefaultValue () const |
bool | isOptional () const |
bool | isDerivedAttr () const |
bool | isTypeAttr () const |
bool | isSymbolRefAttr () const |
bool | isEnumAttr () const |
StringRef | getAttrDefName () const |
StringRef | getDerivedCodeBody () const |
Dialect | getDialect () const |
const llvm::Record & | getDef () const |
Public Member Functions inherited from mlir::tblgen::AttrConstraint | |
bool | isSubClassOf (StringRef className) const |
Constraint (const llvm::Record *record, Kind kind) | |
Constraint (const llvm::Record *record) | |
Public Member Functions inherited from mlir::tblgen::Constraint | |
Constraint (const llvm::Record *record, Kind kind) | |
Constraint (const llvm::Record *record) | |
bool | operator== (const Constraint &that) |
Constraints are pointer-comparable. More... | |
bool | operator!= (const Constraint &that) |
Pred | getPredicate () const |
std::string | getConditionTemplate () const |
StringRef | getSummary () const |
StringRef | getDescription () const |
StringRef | getDefName () const |
Returns the name of the TablGen def of this constraint. More... | |
std::string | getUniqueDefName () const |
Returns a unique name for the TablGen def of this constraint. More... | |
std::optional< StringRef > | getCppFunctionName () const |
Returns the name of the C++ function that should be generated for this constraint, or std::nullopt if no C++ function should be generated. More... | |
Kind | getKind () const |
const llvm::Record & | getDef () const |
Return the underlying def. More... | |
Additional Inherited Members | |
Public Types inherited from mlir::tblgen::Constraint | |
enum | Kind { CK_Attr , CK_Region , CK_Successor , CK_Type , CK_Uncategorized } |
Static Public Member Functions inherited from mlir::tblgen::AttrConstraint | |
static bool | classof (const Constraint *c) |
Protected Attributes inherited from mlir::tblgen::Constraint | |
const llvm::Record * | def |
Definition at line 47 of file Attribute.h.
|
explicit |
Referenced by getBaseAttr().
|
explicit |
StringRef Attribute::getAttrDefName | ( | ) | const |
Definition at line 113 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getBaseAttr().
Attribute Attribute::getBaseAttr | ( | ) | const |
Definition at line 94 of file Attribute.cpp.
References Attribute(), and mlir::tblgen::Constraint::def.
Referenced by getAttrDefName().
StringRef Attribute::getConstBuilderTemplate | ( | ) | const |
Definition at line 89 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
StringRef Attribute::getConvertFromStorageCall | ( | ) | const |
Definition at line 79 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
const Record & Attribute::getDef | ( | ) | const |
Definition at line 134 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
StringRef Attribute::getDefaultValue | ( | ) | const |
Definition at line 106 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
StringRef Attribute::getDerivedCodeBody | ( | ) | const |
Definition at line 120 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and isDerivedAttr().
Dialect mlir::tblgen::Attribute::getDialect | ( | ) | const |
StringRef Attribute::getReturnType | ( | ) | const |
Definition at line 66 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
StringRef Attribute::getStorageType | ( | ) | const |
Definition at line 58 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
std::optional< Type > Attribute::getValueType | ( | ) | const |
Definition at line 73 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
bool Attribute::hasDefaultValue | ( | ) | const |
Definition at line 101 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
bool Attribute::isConstBuildable | ( | ) | const |
Definition at line 84 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and getValueAsString().
bool Attribute::isDerivedAttr | ( | ) | const |
Definition at line 45 of file Attribute.cpp.
References mlir::tblgen::AttrConstraint::isSubClassOf().
Referenced by getDerivedCodeBody().
bool Attribute::isEnumAttr | ( | ) | const |
Definition at line 56 of file Attribute.cpp.
References mlir::tblgen::AttrConstraint::isSubClassOf().
bool mlir::tblgen::Attribute::isOptional | ( | ) | const |
bool Attribute::isSymbolRefAttr | ( | ) | const |
Definition at line 49 of file Attribute.cpp.
References mlir::tblgen::Constraint::def, and mlir::tblgen::AttrConstraint::isSubClassOf().
bool Attribute::isTypeAttr | ( | ) | const |
Definition at line 47 of file Attribute.cpp.
References mlir::tblgen::AttrConstraint::isSubClassOf().