Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h618 MLIR_CAPI_EXPORTED MlirOperation mlirBlockGetParentOperation(MlirBlock);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c350 mlirOperationEqual(mlirBlockGetParentOperation(block), parentOperation)); in printFirstOfEach()
1646 if (!mlirOperationEqual(op, mlirBlockGetParentOperation(block))) { in testBackreferences()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp574 MlirOperation mlirBlockGetParentOperation(MlirBlock block) { in mlirBlockGetParentOperation() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1705 owner = mlirBlockGetParentOperation(mlirBlockArgumentGetOwner(value)); in createFromCapsule()
2067 owner = mlirBlockGetParentOperation(mlirBlockArgumentGetOwner(operand)); in getRawElement()