Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp371 BusyResources[ResourceRef(R.first, R.first)] += CS.size(); in issueInstructionImpl()
383 BusyResources[Pipe] += CS.size(); in issueInstructionImpl()
416 BusyResources[Pipe] += CS.size(); in issueInstructionImpl()
441 BusyResources[Pipe] += CS.size(); in fastIssueInstruction()
449 BusyResources[ResourceRef(R.first, R.first)] += CS.size(); in fastIssueInstruction()
455 for (std::pair<ResourceRef, unsigned> &BR : BusyResources) { in cycleEvent()
470 BusyResources.erase(RF); in cycleEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h358 SmallDenseMap<ResourceRef, unsigned> BusyResources; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp117 unsigned BusyResources = IS.getCriticalResourceMask() & ResourceMask; in handlePressureEvent() local
118 if (!BusyResources) in handlePressureEvent()