MLIR
20.0.0git
|
#include "mlir/TableGen/Attribute.h"
Public Member Functions | |
EnumAttrCase (const llvm::Record *record) | |
EnumAttrCase (const llvm::DefInit *init) | |
StringRef | getSymbol () const |
StringRef | getStr () const |
int64_t | getValue () const |
const llvm::Record & | getDef () const |
Public Member Functions inherited from mlir::tblgen::Attribute | |
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 142 of file Attribute.h.
|
explicit |
|
explicit |
const Record & EnumAttrCase::getDef | ( | ) | const |
Definition at line 165 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
StringRef EnumAttrCase::getStr | ( | ) | const |
Definition at line 161 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
StringRef EnumAttrCase::getSymbol | ( | ) | const |
Definition at line 157 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.
int64_t EnumAttrCase::getValue | ( | ) | const |
Definition at line 163 of file Attribute.cpp.
References mlir::tblgen::Constraint::def.