Home
last modified time | relevance | path

Searched refs:DecodersThroughput (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize()
42 unsigned DecodersThroughput; // Instructions per cycle. member
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp62 if (PO.DecodersThroughput) in getJSONSimulationParameters()
63 SimParameters.try_emplace("-decoder-throughput", PO.DecodersThroughput); in getJSONSimulationParameters()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp65 Opts.MicroOpQueueSize, Opts.DecodersThroughput)); in createDefaultPipeline()