MLIR  20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
mlir::tblgen::EnumAttr Class Reference

#include "mlir/TableGen/Attribute.h"

+ Inheritance diagram for mlir::tblgen::EnumAttr:

Public Member Functions

 EnumAttr (const llvm::Record *record)
 
 EnumAttr (const llvm::Record &record)
 
 EnumAttr (const llvm::DefInit *init)
 
bool isBitEnum () const
 
StringRef getEnumClassName () const
 
StringRef getCppNamespace () const
 
StringRef getUnderlyingType () const
 
StringRef getUnderlyingToSymbolFnName () const
 
StringRef getStringToSymbolFnName () const
 
StringRef getSymbolToStringFnName () const
 
StringRef getSymbolToStringFnRetType () const
 
StringRef getMaxEnumValFnName () const
 
std::vector< EnumAttrCasegetAllCases () const
 
bool genSpecializedAttr () const
 
const llvm::Record * getBaseAttrClass () const
 
StringRef getSpecializedAttrClassName () const
 
bool printBitEnumPrimaryGroups () 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< TypegetValueType () 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...
 

Static Public Member Functions

static bool classof (const Attribute *attr)
 
- Static Public Member Functions inherited from mlir::tblgen::AttrConstraint
static bool classof (const Constraint *c)
 

Additional Inherited Members

- Public Types inherited from mlir::tblgen::Constraint
enum  Kind {
  CK_Attr , CK_Region , CK_Successor , CK_Type ,
  CK_Uncategorized
}
 
- Protected Attributes inherited from mlir::tblgen::Constraint
const llvm::Record * def
 

Detailed Description

Definition at line 163 of file Attribute.h.

Constructor & Destructor Documentation

◆ EnumAttr() [1/3]

mlir::tblgen::EnumAttr::EnumAttr ( const llvm::Record *  record)
explicit

◆ EnumAttr() [2/3]

mlir::tblgen::EnumAttr::EnumAttr ( const llvm::Record &  record)
explicit

◆ EnumAttr() [3/3]

mlir::tblgen::EnumAttr::EnumAttr ( const llvm::DefInit *  init)
explicit

Member Function Documentation

◆ classof()

bool EnumAttr::classof ( const Attribute attr)
static

Definition at line 176 of file Attribute.cpp.

References mlir::tblgen::AttrConstraint::isSubClassOf().

◆ genSpecializedAttr()

bool EnumAttr::genSpecializedAttr ( ) const

Definition at line 227 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getAllCases()

std::vector< EnumAttrCase > EnumAttr::getAllCases ( ) const

Definition at line 214 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getBaseAttrClass()

const Record * EnumAttr::getBaseAttrClass ( ) const

Definition at line 231 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getCppNamespace()

StringRef EnumAttr::getCppNamespace ( ) const

Definition at line 186 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getEnumClassName()

StringRef EnumAttr::getEnumClassName ( ) const

Definition at line 182 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getMaxEnumValFnName()

StringRef EnumAttr::getMaxEnumValFnName ( ) const

Definition at line 210 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getSpecializedAttrClassName()

StringRef EnumAttr::getSpecializedAttrClassName ( ) const

Definition at line 235 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getStringToSymbolFnName()

StringRef EnumAttr::getStringToSymbolFnName ( ) const

Definition at line 198 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getSymbolToStringFnName()

StringRef EnumAttr::getSymbolToStringFnName ( ) const

Definition at line 202 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getSymbolToStringFnRetType()

StringRef EnumAttr::getSymbolToStringFnRetType ( ) const

Definition at line 206 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getUnderlyingToSymbolFnName()

StringRef EnumAttr::getUnderlyingToSymbolFnName ( ) const

Definition at line 194 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ getUnderlyingType()

StringRef EnumAttr::getUnderlyingType ( ) const

Definition at line 190 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.

◆ isBitEnum()

bool EnumAttr::isBitEnum ( ) const

Definition at line 180 of file Attribute.cpp.

References mlir::tblgen::AttrConstraint::isSubClassOf().

◆ printBitEnumPrimaryGroups()

bool EnumAttr::printBitEnumPrimaryGroups ( ) const

Definition at line 239 of file Attribute.cpp.

References mlir::tblgen::Constraint::def.


The documentation for this class was generated from the following files: