Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h327 MLIR_CAPI_EXPORTED MlirOperation mlirOperationGetNextInBlock(MlirOperation op);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp277 MlirOperation mlirOperationGetNextInBlock(MlirOperation op) { in mlirOperationGetNextInBlock() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp330 next = mlirOperationGetNextInBlock(next); in dunderNext()
366 childOp = mlirOperationGetNextInBlock(childOp); in dunderLen()
383 childOp = mlirOperationGetNextInBlock(childOp); in dunderGetItem()
/external/llvm-project/mlir/test/CAPI/
Dir.c243 child = mlirOperationGetNextInBlock(child)) { in collectStatsSingle()