Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp31 const MCProcResourceDesc &LdQDesc = *SM.getProcResource(EPI.LoadQueueID); in LSUnitBase() local
32 LQSize = std::max(0, LdQDesc.BufferSize); in LSUnitBase()