Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp62 const MCProcResourceDesc *const ProcResDesc = in getNonRedundantWriteProcRes() local
64 if (ProcResDesc->SubUnitsIdxBegin == nullptr) { in getNonRedundantWriteProcRes()
72 for (const auto *SubResIdx = ProcResDesc->SubUnitsIdxBegin; in getNonRedundantWriteProcRes()
73 SubResIdx != ProcResDesc->SubUnitsIdxBegin + ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()
85 for (const auto *SubResIdx = ProcResDesc->SubUnitsIdxBegin; in getNonRedundantWriteProcRes()
86 SubResIdx != ProcResDesc->SubUnitsIdxBegin + ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()
88 ProcResUnitUsage[*SubResIdx] += RemainingCycles / ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()
184 const MCProcResourceDesc *const ProcResDesc = in computeIdealizedProcResPressure() local
186 if (ProcResDesc->SubUnitsIdxBegin == nullptr) { in computeIdealizedProcResPressure()
191 SmallVector<uint16_t, 32> Subunits(ProcResDesc->SubUnitsIdxBegin, in computeIdealizedProcResPressure()
[all …]