Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h695 MLIR_CAPI_EXPORTED MlirBlock mlirBlockArgumentGetOwner(MlirValue value);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp682 MlirBlock mlirBlockArgumentGetOwner(MlirValue value) { in mlirBlockArgumentGetOwner() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1705 owner = mlirBlockGetParentOperation(mlirBlockArgumentGetOwner(value)); in createFromCapsule()
1930 mlirBlockArgumentGetOwner(self.get())); in bindDerived()
2067 owner = mlirBlockGetParentOperation(mlirBlockArgumentGetOwner(operand)); in getRawElement()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c252 if (!mlirBlockEqual(block, mlirBlockArgumentGetOwner(arg))) in collectStatsSingle()