Searched refs:mlirIntegerTypeGet (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/test/CAPI/ |
D | ir.c | 435 mlirRankedTensorTypeGet(1, eltsShape, mlirIntegerTypeGet(ctx, 32)), 4, in printFirstOfEach() 484 MlirType i1 = mlirIntegerTypeGet(ctx, 1); in buildWithInsertionsAndPrint() 485 MlirType i2 = mlirIntegerTypeGet(ctx, 2); in buildWithInsertionsAndPrint() 486 MlirType i3 = mlirIntegerTypeGet(ctx, 3); in buildWithInsertionsAndPrint() 487 MlirType i4 = mlirIntegerTypeGet(ctx, 4); in buildWithInsertionsAndPrint() 559 MlirType i32 = mlirIntegerTypeGet(ctx, 32); in printBuiltinTypes() 707 MlirType funcInputs[2] = {mlirIndexTypeGet(ctx), mlirIntegerTypeGet(ctx, 1)}; in printBuiltinTypes() 708 MlirType funcResults[3] = {mlirIntegerTypeGet(ctx, 16), in printBuiltinTypes() 709 mlirIntegerTypeGet(ctx, 32), in printBuiltinTypes() 710 mlirIntegerTypeGet(ctx, 64)}; in printBuiltinTypes() [all …]
|
/external/llvm-project/mlir/include/mlir-c/ |
D | BuiltinTypes.h | 30 MLIR_CAPI_EXPORTED MlirType mlirIntegerTypeGet(MlirContext ctx,
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | BuiltinTypes.cpp | 28 MlirType mlirIntegerTypeGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeGet() function
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | IRModules.cpp | 1640 MlirType elementType = signless ? mlirIntegerTypeGet(context, 32) in getFromBuffer() 1648 MlirType elementType = signless ? mlirIntegerTypeGet(context, 64) in getFromBuffer() 1659 ? mlirIntegerTypeGet(context, 32) in getFromBuffer() 1668 ? mlirIntegerTypeGet(context, 64) in getFromBuffer() 2023 MlirType t = mlirIntegerTypeGet(context->get(), width); in bindDerived()
|