Searched refs:getWithTypeID (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | TypeSupport.h | 170 return getWithTypeID<T, Args...>(ctx, T::getTypeID(), in get() 180 getWithTypeID(MLIRContext *ctx, TypeID typeID, Args &&...args) { in getWithTypeID() function 201 getWithTypeID(MLIRContext *ctx, TypeID typeID) { in getWithTypeID() function
|
| H A D | AttributeSupport.h | 192 return getWithTypeID<T, Args...>(ctx, T::getTypeID(), in get() 202 getWithTypeID(MLIRContext *ctx, TypeID typeID, Args &&...args) { in getWithTypeID() function 227 getWithTypeID(MLIRContext *ctx, TypeID typeID) { in getWithTypeID() function
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | ExtensibleDialect.cpp | 133 return detail::TypeUniquer::getWithTypeID<DynamicType>( in get() 144 return detail::TypeUniquer::getWithTypeID<DynamicType>( in getChecked() 248 return detail::AttributeUniquer::getWithTypeID<DynamicAttr>( in get()
|