Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DContext.h32 struct PipelineOptions { struct
36 : 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