Searched refs:registerAttribute (Results 1 – 3 of 3) sorted by relevance
249 static void registerAttribute(MLIRContext *ctx) { in registerAttribute() function250 registerAttribute<T>(ctx, T::getTypeID()); in registerAttribute()259 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute() function269 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute() function
248 detail::AttributeUniquer::registerAttribute<T>(context); in addAttribute()
207 detail::AttributeUniquer::registerAttribute<DynamicAttr>(&getContext(), in registerInAttrUniquer()