Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h567 mlirTypePrint(MlirType type, MlirStringCallback callback, void *userData);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp554 void mlirTypePrint(MlirType type, MlirStringCallback callback, void *userData) { in mlirTypePrint() function
/external/llvm-project/mlir/test/CAPI/
Dir.c402 mlirTypePrint(type, printToStderr, NULL); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp3134 mlirTypePrint(self, printAccum.getCallback(), in populateIRSubmodule()
3146 mlirTypePrint(self, printAccum.getCallback(), printAccum.getUserData()); in populateIRSubmodule()