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

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

getAssignToStorageCall() constmlir::tblgen::Propertyinline
getBaseProperty() constmlir::tblgen::Property
getConvertFromAttributeCall() constmlir::tblgen::Propertyinline
getConvertFromStorageCall() constmlir::tblgen::Propertyinline
getConvertToAttributeCall() constmlir::tblgen::Propertyinline
getDef() constmlir::tblgen::Propertyinline
getDefaultValue() constmlir::tblgen::Propertyinline
getDescription() constmlir::tblgen::Propertyinline
getHashPropertyCall() constmlir::tblgen::Propertyinline
getInterfaceType() constmlir::tblgen::Propertyinline
getOptionalParserCall() constmlir::tblgen::Propertyinline
getParserCall() constmlir::tblgen::Propertyinline
getPrinterCall() constmlir::tblgen::Propertyinline
getPropertyDefName() constmlir::tblgen::Property
getReadFromMlirBytecodeCall() constmlir::tblgen::Propertyinline
getStorageType() constmlir::tblgen::Propertyinline
getStorageTypeValueOverride() constmlir::tblgen::Propertyinline
getSummary() constmlir::tblgen::Propertyinline
getWriteToMlirBytecodeCall() constmlir::tblgen::Propertyinline
hasDefaultValue() constmlir::tblgen::Propertyinline
hasOptionalParser() constmlir::tblgen::Propertyinline
hasStorageTypeValueOverride() constmlir::tblgen::Propertyinline
Property(const llvm::Record *record)mlir::tblgen::Propertyexplicit
Property(const llvm::DefInit *init)mlir::tblgen::Propertyexplicit
Property(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