Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h519 MLIR_CAPI_EXPORTED void mlirOperationPrintWithFlags(MlirOperation op,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp482 void mlirOperationPrintWithFlags(MlirOperation op, MlirOpPrintingFlags flags, in mlirOperationPrintWithFlags() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c473 mlirOperationPrintWithFlags(operation, flags, printToStderr, NULL); in printFirstOfEach()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1020 mlirOperationPrintWithFlags(operation, flags, accum.getCallback(), in print()