Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h453 MLIR_CAPI_EXPORTED intptr_t mlirOperationGetNumRegions(MlirOperation op);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp396 intptr_t mlirOperationGetNumRegions(MlirOperation op) { in mlirOperationGetNumRegions() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp205 if (nextIndex >= mlirOperationGetNumRegions(operation->get())) { in dunderNext()
231 return mlirOperationGetNumRegions(operation->get()); in dunderLen()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c221 unsigned numRegions = mlirOperationGetNumRegions(operation); in collectStatsSingle()