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