Home
last modified time | relevance | path

Searched refs:getRegistryHash (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h227 llvm::hash_code getRegistryHash();
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp464 llvm::hash_code MLIRContext::getRegistryHash() { in getRegistryHash() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp801 llvm::hash_code newInitKey = context->getRegistryHash(); in run()