Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h517 MLIR_CAPI_EXPORTED MlirBlock mlirBlockArgumentGetOwner(MlirValue value);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp504 MlirBlock mlirBlockArgumentGetOwner(MlirValue value) { in mlirBlockArgumentGetOwner() function
/external/llvm-project/mlir/test/CAPI/
Dir.c234 if (!mlirBlockEqual(block, mlirBlockArgumentGetOwner(arg))) in collectStatsSingle()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1217 mlirBlockArgumentGetOwner(self.get())); in bindDerived()