Home
last modified time | relevance | path

Searched refs:getConvertFromStorageCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttribute.h66 StringRef getConvertFromStorageCall() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp79 StringRef Attribute::getConvertFromStorageCall() const { in getConvertFromStorageCall() function in Attribute
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp971 << tgfmt(attr.getConvertFromStorageCall(), in emitAttrGetterWithReturnType()
976 << tgfmt(attr.getConvertFromStorageCall(), &fctx.withSelf("attr")) in emitAttrGetterWithReturnType()
1046 return namedAttr.attr.getConvertFromStorageCall().empty(); in genAttrGetters()
1073 auto tmpl = namedAttr.attr.getConvertFromStorageCall(); in genAttrGetters()