Home
last modified time | relevance | path

Searched refs:mlirIntegerTypeUnsignedGet (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c636 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 DIRAttributes.cpp469 : 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 DIRTypes.cpp57 MlirType t = mlirIntegerTypeUnsignedGet(context->get(), width); in bindDerived()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h40 MLIR_CAPI_EXPORTED MlirType mlirIntegerTypeUnsignedGet(MlirContext ctx,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp37 MlirType mlirIntegerTypeUnsignedGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeUnsignedGet() function