Searched defs:hashProperties (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | ExtensibleDialect.h | 498 llvm::hash_code hashProperties(OpaqueProperties prop) final { return {}; } in hashProperties() function |
H A D | OperationSupport.h | 665 llvm::hash_code hashProperties(OpaqueProperties prop) final { hashProperties() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 904 OperationName::UnregisteredOpModel::hashProperties(OpaqueProperties prop) { hashProperties() function in OperationName::UnregisteredOpModel |
H A D | Operation.cpp | 370 llvm::hash_code Operation::hashProperties() { in hashProperties() function in Operation |