Searched refs:mlirPrintPassPipeline (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/test/CAPI/ |
D | pass.c | 145 mlirPrintPassPipeline(mlirPassManagerGetAsOpPassManager(pm), printToStderr, in testPrintPassPipeline() 152 mlirPrintPassPipeline(nestedModulePm, printToStderr, NULL); in testPrintPassPipeline() 158 mlirPrintPassPipeline(nestedFuncPm, printToStderr, NULL); in testPrintPassPipeline() 192 mlirPrintPassPipeline(mlirPassManagerGetAsOpPassManager(pm), printToStderr, in testParsePassPipeline()
|
/external/llvm-project/mlir/include/mlir-c/ |
D | Pass.h | 99 MLIR_CAPI_EXPORTED void mlirPrintPassPipeline(MlirOpPassManager passManager,
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | Pass.cpp | 60 void mlirPrintPassPipeline(MlirOpPassManager passManager, in mlirPrintPassPipeline() function
|
/external/llvm-project/mlir/lib/Bindings/Python/ |
D | Pass.cpp | 104 mlirPrintPassPipeline( in populatePassManagerSubmodule()
|