Searched refs:mlirOperationStateAddOwnedRegions (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 114 mlirOperationStateAddOwnedRegions(&funcState, 1, &funcBodyRegion); in makeAndDumpAdd() 165 mlirOperationStateAddOwnedRegions(&loopState, 1, &loopBodyRegion); in makeAndDumpAdd() 510 mlirOperationStateAddOwnedRegions(&state, 1, &owningRegion); in buildWithInsertionsAndPrint() 1637 mlirOperationStateAddOwnedRegions(&opState, 1, ®ion); in testBackreferences()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | IR.h | 340 mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n,
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 268 void mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOwnedRegions() function
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 1222 mlirOperationStateAddOwnedRegions(&state, mlirRegions.size(), in create()
|