Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h748 mlirTypePrint(MlirType type, MlirStringCallback callback, void *userData);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp736 void mlirTypePrint(MlirType type, MlirStringCallback callback, void *userData) { in mlirTypePrint() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp3088 mlirTypePrint(self, printAccum.getCallback(), in populateIRCore()
3100 mlirTypePrint(self, printAccum.getCallback(), printAccum.getUserData()); in populateIRCore()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c431 mlirTypePrint(type, printToStderr, NULL); in printFirstOfEach()