Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c34 mlirTypeParseGet(ctx, mlirStringRefCreateFromCString("f32")); in populateLoopBody()
79 mlirTypeParseGet(ctx, mlirStringRefCreateFromCString("memref<?xf32>")); in makeAndDumpAdd()
104 mlirTypeParseGet(ctx, mlirStringRefCreateFromCString("index")); in makeAndDumpAdd()
/external/llvm-project/mlir/include/mlir-c/
DIR.h551 MLIR_CAPI_EXPORTED MlirType mlirTypeParseGet(MlirContext context,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp542 MlirType mlirTypeParseGet(MlirContext context, MlirStringRef type) { in mlirTypeParseGet() function
/external/llvm-project/mlir/docs/
DCAPI.md62 `mlirTypeParseGet`.
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp3111 mlirTypeParseGet(context->get(), toMlirStringRef(typeSpec)); in populateIRSubmodule()