Searched refs:LoadQueueSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Context.h | 38 DispatchWidth(DW), RegisterFileSize(RFS), LoadQueueSize(LQS), in MicroOpQueueSize() 45 unsigned LoadQueueSize; member
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Context.cpp | 42 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createDefaultPipeline() 77 auto LSU = std::make_unique<LSUnit>(SM, Opts.LoadQueueSize, in createInOrderPipeline()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | PipelinePrinter.cpp | 71 if (PO.LoadQueueSize) in getJSONSimulationParameters() 72 SimParameters.try_emplace("-lqueue", PO.LoadQueueSize); in getJSONSimulationParameters()
|
H A D | llvm-mca.cpp | 220 static cl::opt<unsigned> LoadQueueSize("lqueue", variable 582 RegisterFileSize, LoadQueueSize, StoreQueueSize, in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 222 LSUnitBase(const MCSchedModel &SM, unsigned LoadQueueSize,
|