Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
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