34#ifndef __MEM_CACHE_PREFETCH_TAGGED_HH__
35#define __MEM_CACHE_PREFETCH_TAGGED_HH__
43struct TaggedPrefetcherParams;
54 Tagged(
const TaggedPrefetcherParams &
p);
Class containing the information needed by the prefetch to train and generate new prefetch requests.
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses, const CacheAccessor &cache) override
Tagged(const TaggedPrefetcherParams &p)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Declaration of the Packet class.
Provides generic cache lookup functions.