Home
last modified time | relevance | path

Searched refs:mlirOperationDestroy (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h296 MLIR_CAPI_EXPORTED void mlirOperationDestroy(MlirOperation op);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp251 void mlirOperationDestroy(MlirOperation op) { unwrap(op)->erase(); } in mlirOperationDestroy() function
/external/llvm-project/mlir/test/CAPI/
Dir.c535 mlirOperationDestroy(op); in buildWithInsertionsAndPrint()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp744 mlirOperationDestroy(operation); in ~PyOperation()