Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h528 MLIR_CAPI_EXPORTED MlirOperation mlirOpResultGetOwner(MlirValue value);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp517 MlirOperation mlirOpResultGetOwner(MlirValue value) { in mlirOpResultGetOwner() function
/external/llvm-project/mlir/test/CAPI/
Dir.c214 if (!mlirOperationEqual(operation, mlirOpResultGetOwner(result))) in collectStatsSingle()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1239 mlirOpResultGetOwner(self.get())) && in bindDerived()