Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp342 const llvm::MCProcResourceDesc *const ProcResDesc = in getNonRedundantWriteProcRes() local
344 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() local
733 if (ProcResDesc->SubUnitsIdxBegin == nullptr) { in computeIdealizedProcResPressure()
738 llvm::SmallVector<uint16_t, 32> Subunits(ProcResDesc->SubUnitsIdxBegin, in computeIdealizedProcResPressure()
[all …]