Searched refs:ProcResDesc (Results 1 – 1 of 1) sorted by relevance
342 const llvm::MCProcResourceDesc *const ProcResDesc = in getNonRedundantWriteProcRes() local344 if (ProcResDesc->SubUnitsIdxBegin == nullptr) { in getNonRedundantWriteProcRes()352 for (const auto *SubResIdx = ProcResDesc->SubUnitsIdxBegin; in getNonRedundantWriteProcRes()353 SubResIdx != ProcResDesc->SubUnitsIdxBegin + ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()365 for (const auto *SubResIdx = ProcResDesc->SubUnitsIdxBegin; in getNonRedundantWriteProcRes()366 SubResIdx != ProcResDesc->SubUnitsIdxBegin + ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()368 ProcResUnitUsage[*SubResIdx] += RemainingCycles / ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()731 const llvm::MCProcResourceDesc *const ProcResDesc = in computeIdealizedProcResPressure() local733 if (ProcResDesc->SubUnitsIdxBegin == nullptr) { in computeIdealizedProcResPressure()738 llvm::SmallVector<uint16_t, 32> Subunits(ProcResDesc->SubUnitsIdxBegin, in computeIdealizedProcResPressure()[all …]