Searched defs:PipelineOptions (Results 1 – 1 of 1) sorted by relevance
33 struct PipelineOptions { struct37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize()41 unsigned MicroOpQueueSize;42 unsigned DecodersThroughput; // Instructions per cycle.43 unsigned DispatchWidth;44 unsigned RegisterFileSize;45 unsigned LoadQueueSize;46 unsigned StoreQueueSize;70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument