Home
last modified time | relevance | path

Searched defs:compareProperties (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h497 bool compareProperties(OpaqueProperties, OpaqueProperties) final { return false; } in compareProperties() function
H A DOperationSupport.h655 bool compareProperties(OpaqueProperties lhs, OpaqueProperties rhs) final { compareProperties() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp899 bool OperationName::UnregisteredOpModel::compareProperties( compareProperties() function in OperationName::UnregisteredOpModel