Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h381 MLIR_CAPI_EXPORTED void mlirOperationPrintWithFlags(MlirOperation op,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp335 void mlirOperationPrintWithFlags(MlirOperation op, MlirOpPrintingFlags flags, in mlirOperationPrintWithFlags() function
/external/llvm-project/mlir/test/CAPI/
Dir.c443 mlirOperationPrintWithFlags(operation, flags, printToStderr, NULL); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp828 mlirOperationPrintWithFlags(operation, flags, accum.getCallback(), in print()