Home
last modified time | relevance | path

Searched defs:PipelineOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h33 struct PipelineOptions { struct
37 : 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