Home
last modified time | relevance | path

Searched refs:mlirRegionAppendOwnedBlock (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp360 void mlirRegionAppendOwnedBlock(MlirRegion region, MlirBlock block) { in mlirRegionAppendOwnedBlock() function
387 return mlirRegionAppendOwnedBlock(region, block); in mlirRegionInsertOwnedBlockBefore()
/external/llvm-project/mlir/include/mlir-c/
DIR.h409 MLIR_CAPI_EXPORTED void mlirRegionAppendOwnedBlock(MlirRegion region,
/external/llvm-project/mlir/test/CAPI/
Dir.c84 mlirRegionAppendOwnedBlock(funcBodyRegion, funcBody); in makeAndDumpAdd()
128 mlirRegionAppendOwnedBlock(loopBodyRegion, loopBody); in makeAndDumpAdd()
/external/llvm-project/mlir/docs/
DCAPI.md58 be taken by the callee, for example `mlirRegionAppendOwnedBlock`.
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp298 mlirRegionAppendOwnedBlock(region, block); in appendBlock()