Searched refs:CacheKeyHash (Results 1 – 1 of 1) sorted by relevance
112 pub struct CacheKeyHash([u8; 32]); struct114 impl core::fmt::Display for CacheKeyHash { implementation165 pub fn compute_cache_key(isa: &dyn TargetIsa, func: &Function) -> CacheKeyHash { in compute_cache_key() argument186 CacheKeyHash(hash) in compute_cache_key()