Searched refs:mlirIntegerTypeUnsignedGet (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 636 MlirType ui32 = mlirIntegerTypeUnsignedGet(ctx, 32); in printBuiltinTypes() 855 mlirIntegerAttrGet(mlirIntegerTypeUnsignedGet(ctx, 8), 255); in printBuiltinAttributes() 968 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 8), in printBuiltinAttributes() 975 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 16), in printBuiltinAttributes() 982 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 32), in printBuiltinAttributes() 989 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 64), in printBuiltinAttributes() 1062 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 8), in printBuiltinAttributes() 1069 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 32), in printBuiltinAttributes() 1076 mlirRankedTensorTypeGet(2, shape, mlirIntegerTypeUnsignedGet(ctx, 64), in printBuiltinAttributes() 1797 MlirType ui32 = mlirIntegerTypeUnsignedGet(ctx, 32); in testTypeID()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAttributes.cpp | 469 : mlirIntegerTypeUnsignedGet(context, 32); in getFromBuffer() 474 : mlirIntegerTypeUnsignedGet(context, 64); in getFromBuffer() 478 : mlirIntegerTypeUnsignedGet(context, 8); in getFromBuffer() 483 : mlirIntegerTypeUnsignedGet(context, 16); in getFromBuffer()
|
| H A D | IRTypes.cpp | 57 MlirType t = mlirIntegerTypeUnsignedGet(context->get(), width); in bindDerived()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | BuiltinTypes.h | 40 MLIR_CAPI_EXPORTED MlirType mlirIntegerTypeUnsignedGet(MlirContext ctx,
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 37 MlirType mlirIntegerTypeUnsignedGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeUnsignedGet() function
|