Searched refs:mlirF64TypeGet (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | BuiltinTypes.h | 96 MLIR_CAPI_EXPORTED MlirType mlirF64TypeGet(MlirContext ctx);
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 671 MlirType f64 = mlirF64TypeGet(ctx); in printBuiltinTypes() 837 mlirFloatAttrDoubleGet(ctx, mlirF64TypeGet(ctx), 2.0); in printBuiltinAttributes() 999 mlirRankedTensorTypeGet(2, shape, mlirF64TypeGet(ctx), encoding), 2, in printBuiltinAttributes() 1085 mlirRankedTensorTypeGet(2, shape, mlirF64TypeGet(ctx), encoding), 1.0); in printBuiltinAttributes()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRAttributes.cpp | 229 context->get(), mlirF64TypeGet(context->get()), value); in bindDerived() 441 bulkLoadElementType = mlirF64TypeGet(context); in getFromBuffer()
|
| H A D | IRTypes.cpp | 170 MlirType t = mlirF64TypeGet(context->get()); in bindDerived()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 91 MlirType mlirF64TypeGet(MlirContext ctx) { in mlirF64TypeGet() function
|