MLIR  21.0.0git
mlir::tblgen::Property Member List

This is the complete list of members for mlir::tblgen::Property, including all inherited members.

CK_Attr enum valuemlir::tblgen::Constraint
CK_Prop enum valuemlir::tblgen::Constraint
CK_Region enum valuemlir::tblgen::Constraint
CK_Successor enum valuemlir::tblgen::Constraint
CK_Type enum valuemlir::tblgen::Constraint
CK_Uncategorized enum valuemlir::tblgen::Constraint
classof(const Constraint *c)mlir::tblgen::PropConstraintinlinestatic
mlir::tblgen::Constraint::Constraint(const llvm::Record *record, Kind kind)mlir::tblgen::Constraintinline
mlir::tblgen::Constraint::Constraint(const llvm::Record *record)mlir::tblgen::Constraint
defmlir::tblgen::Constraintprotected
getAssignToStorageCall() constmlir::tblgen::Propertyinline
getBaseProperty() constmlir::tblgen::Property
getConditionTemplate() constmlir::tblgen::Constraint
getConvertFromAttributeCall() constmlir::tblgen::Propertyinline
getConvertFromStorageCall() constmlir::tblgen::Propertyinline
getConvertToAttributeCall() constmlir::tblgen::Propertyinline
getCppFunctionName() constmlir::tblgen::Constraint
getDef() constmlir::tblgen::Constraintinline
getDefaultValue() constmlir::tblgen::Propertyinline
getDefName() constmlir::tblgen::Constraint
getDescription() constmlir::tblgen::Propertyinline
getHashPropertyCall() constmlir::tblgen::Propertyinline
getInterfaceType() constmlir::tblgen::Propertyinline
getKind() constmlir::tblgen::Constraintinline
getOptionalParserCall() constmlir::tblgen::Propertyinline
getParserCall() constmlir::tblgen::Propertyinline
getPredicate() constmlir::tblgen::Property
getPrinterCall() constmlir::tblgen::Propertyinline
getPropertyDefName() constmlir::tblgen::Property
getReadFromMlirBytecodeCall() constmlir::tblgen::Propertyinline
getStorageType() constmlir::tblgen::Propertyinline
getStorageTypeValueOverride() constmlir::tblgen::Propertyinline
getSummary() constmlir::tblgen::Propertyinline
getUniqueDefName() constmlir::tblgen::Constraint
getWriteToMlirBytecodeCall() constmlir::tblgen::Propertyinline
hasDefaultValue() constmlir::tblgen::Propertyinline
hasOptionalParser() constmlir::tblgen::Propertyinline
hasStorageTypeValueOverride() constmlir::tblgen::Propertyinline
Kind enum namemlir::tblgen::Constraint
operator!=(const Constraint &that)mlir::tblgen::Constraintinline
operator==(const Constraint &that)mlir::tblgen::Constraintinline
Property(const llvm::Record *def)mlir::tblgen::Propertyexplicit
Property(const llvm::DefInit *init)mlir::tblgen::Propertyexplicit
Property(const llvm::Record *maybeDef, StringRef summary, StringRef description, StringRef storageType, StringRef interfaceType, StringRef convertFromStorageCall, StringRef assignToStorageCall, StringRef convertToAttributeCall, StringRef convertFromAttributeCall, StringRef parserCall, StringRef optionalParserCall, StringRef printerCall, StringRef readFromMlirBytecodeCall, StringRef writeToMlirBytecodeCall, StringRef hashPropertyCall, StringRef defaultValue, StringRef storageTypeValueOverride)mlir::tblgen::Property