Searched refs:ProcResourceIdx (Results 1 – 6 of 6) sorted by relevance
56 unsigned ProcResourceIdx; member60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource()215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx"); in getProcResource()216 return &ProcResourceTable[ProcResourceIdx]; in getProcResource()
64 return LHS.ProcResourceIdx < RHS.ProcResourceIdx; in operator ()()936 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()937 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()945 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()946 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()1063 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
294 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
1799 unsigned PIdx = PI->ProcResourceIdx; in init()1878 unsigned NRCycle = getNextResourceCycle(PI->ProcResourceIdx, PI->Cycles); in checkHazard()1884 << SchedModel->getResourceName(PI->ProcResourceIdx) in checkHazard()2131 countResource(PI->ProcResourceIdx, PI->Cycles, NextCycle); in bumpNode()2143 unsigned PIdx = PI->ProcResourceIdx; in bumpNode()2310 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()2312 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
116 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind"); in getResources()117 PRCycles[PI->ProcResourceIdx] += PI->Cycles; in getResources()1221 if (PI->ProcResourceIdx != ResourceIdx) in getResourceLength()
674 switch (SchedModel.getProcResource(PI->ProcResourceIdx)->BufferSize) { in initSUnits()