Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h319 MLIR_CAPI_EXPORTED intptr_t mlirOperationGetNumRegions(MlirOperation op);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp269 intptr_t mlirOperationGetNumRegions(MlirOperation op) { in mlirOperationGetNumRegions() function
/external/llvm-project/mlir/test/CAPI/
Dir.c203 unsigned numRegions = mlirOperationGetNumRegions(operation); in collectStatsSingle()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp170 if (nextIndex >= mlirOperationGetNumRegions(operation->get())) { in dunderNext()
196 return mlirOperationGetNumRegions(operation->get()); in dunderLen()