Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h96 MLIR_CAPI_EXPORTED MlirType mlirF64TypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c671 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 DIRAttributes.cpp229 context->get(), mlirF64TypeGet(context->get()), value); in bindDerived()
441 bulkLoadElementType = mlirF64TypeGet(context); in getFromBuffer()
H A DIRTypes.cpp170 MlirType t = mlirF64TypeGet(context->get()); in bindDerived()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp91 MlirType mlirF64TypeGet(MlirContext ctx) { in mlirF64TypeGet() function