Home
last modified time | relevance | path

Searched refs:StoreQueueSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h39 StoreQueueSize(SQS), AssumeNoAlias(NoAlias), in MicroOpQueueSize()
46 unsigned StoreQueueSize; member
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp43 Opts.StoreQueueSize, Opts.AssumeNoAlias); in createDefaultPipeline()
78 Opts.StoreQueueSize, Opts.AssumeNoAlias); in createInOrderPipeline()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp74 if (PO.StoreQueueSize) in getJSONSimulationParameters()
75 SimParameters.try_emplace("-squeue", PO.StoreQueueSize); in getJSONSimulationParameters()
H A Dllvm-mca.cpp224 static cl::opt<unsigned> StoreQueueSize("squeue", variable
582 RegisterFileSize, LoadQueueSize, StoreQueueSize, in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h223 unsigned StoreQueueSize, bool AssumeNoAlias);