Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c99 mlirOperationStateAddOwnedRegions(&funcState, 1, &funcBodyRegion); in makeAndDumpAdd()
147 mlirOperationStateAddOwnedRegions(&loopState, 1, &loopBodyRegion); in makeAndDumpAdd()
478 mlirOperationStateAddOwnedRegions(&state, 1, &owningRegion); in buildWithInsertionsAndPrint()
/external/llvm-project/mlir/include/mlir-c/
DIR.h239 mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp205 void mlirOperationStateAddOwnedRegions(MlirOperationState *state, intptr_t n, in mlirOperationStateAddOwnedRegions() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp978 mlirOperationStateAddOwnedRegions(&state, mlirRegions.size(), in create()