Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h303 MLIR_CAPI_EXPORTED bool mlirOperationEqual(MlirOperation op,
/external/llvm-project/mlir/test/CAPI/
Dir.c214 if (!mlirOperationEqual(operation, mlirOpResultGetOwner(result))) in collectStatsSingle()
319 mlirOperationEqual(mlirOperationGetParentOperation(operation), in printFirstOfEach()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp253 bool mlirOperationEqual(MlirOperation op, MlirOperation other) { in mlirOperationEqual() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1238 mlirOperationEqual(self.getParentOperation()->get(), in bindDerived()