Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c114 mlirOperationStateAddOwnedRegions(&funcState, 1, &funcBodyRegion); in makeAndDumpAdd()
165 mlirOperationStateAddOwnedRegions(&loopState, 1, &loopBodyRegion); in makeAndDumpAdd()
510 mlirOperationStateAddOwnedRegions(&state, 1, &owningRegion); in buildWithInsertionsAndPrint()
1637 mlirOperationStateAddOwnedRegions(&opState, 1, &region); in testBackreferences()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h340 mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp268 void mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOwnedRegions() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1222 mlirOperationStateAddOwnedRegions(&state, mlirRegions.size(), in create()