Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp22 : SM(STI.getSchedModel()), LQResourceID(0), SQResourceID(0), NumIssued(0), in SchedulerStatistics()
28 LQResourceID = EPI.LoadQueueID;
51 if (LQResourceID && Inst.getMayLoad() && in onEvent()
53 Usage[LQResourceID].SlotsInUse++; in onEvent()
63 if (LQResourceID && Inst.getMayLoad()) { in onEvent()
64 assert(Usage[LQResourceID].SlotsInUse); in onEvent()
65 Usage[LQResourceID].SlotsInUse--; in onEvent()
77 if (Buffer == LQResourceID || Buffer == SQResourceID) in onReservedBuffers()
86 if (Buffer == LQResourceID || Buffer == SQResourceID) in onReleasedBuffers()
H A DSchedulerStatistics.h49 unsigned LQResourceID; variable