Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h387 MLIR_CAPI_EXPORTED void mlirOperationDump(MlirOperation op);
/external/llvm-project/mlir/test/CAPI/
Dir.c159 mlirOperationDump(module); in makeAndDumpAdd()
534 mlirOperationDump(op); in buildWithInsertionsAndPrint()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp341 void mlirOperationDump(MlirOperation op) { return unwrap(op)->dump(); } in mlirOperationDump() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2771 mlirOperationDump(mlirModuleGetOperation(self.get())); in populateIRSubmodule()