Searched refs:ProcResourceIdx (Results 1 – 6 of 6) sorted by relevance
56 unsigned ProcResourceIdx; member60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;213 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource()216 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx"); in getProcResource()217 return &ProcResourceTable[ProcResourceIdx]; in getProcResource()
57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx; in operator ()()957 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()958 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()966 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()967 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()1085 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
303 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
1632 unsigned PIdx = PI->ProcResourceIdx; in init()1711 unsigned NRCycle = getNextResourceCycle(PI->ProcResourceIdx, PI->Cycles); in checkHazard()1717 << SchedModel->getResourceName(PI->ProcResourceIdx) in checkHazard()1964 countResource(PI->ProcResourceIdx, PI->Cycles, NextCycle); in bumpNode()1976 unsigned PIdx = PI->ProcResourceIdx; in bumpNode()2139 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()2141 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()1214 if (PI->ProcResourceIdx != ResourceIdx) in getResourceLength()
728 switch (SchedModel.getProcResource(PI->ProcResourceIdx)->BufferSize) { in initSUnits()