reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MCA/Context.cpp
   36   auto PRF = std::make_unique<RegisterFile>(SM, MRI, Opts.RegisterFileSize);
   37   auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize,
   38                                        Opts.StoreQueueSize, Opts.AssumeNoAlias);
   38                                        Opts.StoreQueueSize, Opts.AssumeNoAlias);
   43   auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth,
   46       std::make_unique<ExecuteStage>(*HWS, Opts.EnableBottleneckAnalysis);
   58   if (Opts.MicroOpQueueSize)
   60         Opts.MicroOpQueueSize, Opts.DecodersThroughput));
   60         Opts.MicroOpQueueSize, Opts.DecodersThroughput));