Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpass.c33 MlirContext ctx = mlirContextCreate(); in testRunPassOnModule()
71 MlirContext ctx = mlirContextCreate(); in testRunPassOnNestedModule()
137 MlirContext ctx = mlirContextCreate(); in testPrintPassPipeline()
171 MlirContext ctx = mlirContextCreate(); in testParsePassPipeline()
273 MlirContext ctx = mlirContextCreate(); in testExternalPass()
H A Dsparse_tensor.c73 MlirContext ctx = mlirContextCreate(); in main()
H A Dexecution_engine.c50 MlirContext ctx = mlirContextCreate(); in testSimpleExecution()
H A Dllvm.c74 MlirContext ctx = mlirContextCreate(); in main()
H A Dir.c1572 MlirContext ctx = mlirContextCreate(); in registerOnlyStd()
1628 MlirContext ctx = mlirContextCreate(); in testBackreferences()
1667 MlirContext ctx = mlirContextCreate(); in testOperands()
1737 MlirContext ctx = mlirContextCreate(); in testClone()
1990 MlirContext ctx = mlirContextCreate(); in testDialectRegistry()
2009 MlirContext ctx = mlirContextCreate(); in testDiagnostics()
2060 MlirContext ctx = mlirContextCreate(); in main()
H A Dquant.c230 MlirContext ctx = mlirContextCreate(); in main()
H A Dpdl.c329 MlirContext ctx = mlirContextCreate(); in main()
/llvm-project-15.0.7/mlir/examples/standalone/test/CAPI/
H A Dstandalone-capi-test.c26 MlirContext ctx = mlirContextCreate(); in main()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h85 MLIR_CAPI_EXPORTED MlirContext mlirContextCreate();
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp35 MlirContext mlirContextCreate() { in mlirContextCreate() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp476 MlirContext context = mlirContextCreate(); in createNewContextForInit()