Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dpass.c25 MlirContext ctx = mlirContextCreate(); in testRunPassOnModule()
64 MlirContext ctx = mlirContextCreate(); in testRunPassOnNestedModule()
132 MlirContext ctx = mlirContextCreate(); in testPrintPassPipeline()
166 MlirContext ctx = mlirContextCreate(); in testParsePassPipeline()
Dir.c1254 MlirContext ctx = mlirContextCreate(); in registerOnlyStd()
1310 MlirContext ctx = mlirContextCreate(); in testDiagnostics()
1329 MlirContext ctx = mlirContextCreate(); in main()
/external/llvm-project/mlir/include/mlir-c/
DIR.h83 MLIR_CAPI_EXPORTED MlirContext mlirContextCreate();
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp29 MlirContext mlirContextCreate() { in mlirContextCreate() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp435 MlirContext context = mlirContextCreate(); in createNewContextForInit()