Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttributeSupport.h249 static void registerAttribute(MLIRContext *ctx) { in registerAttribute() function
250 registerAttribute<T>(ctx, T::getTypeID()); in registerAttribute()
259 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute() function
269 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute() function
H A DDialect.h248 detail::AttributeUniquer::registerAttribute<T>(context); in addAttribute()
/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp207 detail::AttributeUniquer::registerAttribute<DynamicAttr>(&getContext(), in registerInAttrUniquer()