|
MLIR
22.0.0git
|
#include "mlir/TableGen/Attribute.h"
Inheritance diagram for mlir::tblgen::AttrConstraint:Public Member Functions | |
| 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... | |
Static Public Member Functions | |
| static bool | classof (const Constraint *c) |
Additional Inherited Members | |
Public Types inherited from mlir::tblgen::Constraint | |
| enum | Kind { CK_Attr , CK_Prop , CK_Region , CK_Successor , CK_Type , CK_Uncategorized } |
Protected Attributes inherited from mlir::tblgen::Constraint | |
| const llvm::Record * | def |
Definition at line 32 of file Attribute.h.
|
inlinestatic |
Definition at line 36 of file Attribute.h.
References mlir::tblgen::Constraint::CK_Attr, and mlir::tblgen::Constraint::getKind().
| Constraint::Constraint |
Definition at line 45 of file Constraint.cpp.
|
inline |
Definition at line 43 of file Constraint.h.
| bool AttrConstraint::isSubClassOf | ( | StringRef | className | ) | const |
Definition at line 33 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
Referenced by mlir::tblgen::Attribute::isDerivedAttr(), mlir::tblgen::Attribute::isEnumAttr(), mlir::tblgen::Attribute::isSymbolRefAttr(), and mlir::tblgen::Attribute::isTypeAttr().