Home
last modified time | relevance | path

Searched defs:hashProperties (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h498 llvm::hash_code hashProperties(OpaqueProperties prop) final { return {}; } in hashProperties() function
H A DOperationSupport.h665 llvm::hash_code hashProperties(OpaqueProperties prop) final { hashProperties() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp904 OperationName::UnregisteredOpModel::hashProperties(OpaqueProperties prop) { hashProperties() function in OperationName::UnregisteredOpModel
H A DOperation.cpp370 llvm::hash_code Operation::hashProperties() { in hashProperties() function in Operation