Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h56 unsigned ProcResourceIdx; member
60 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()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp64 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()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp294 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
DMachineScheduler.cpp1799 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()
DMachineTraceMetrics.cpp116 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()
DScheduleDAGInstrs.cpp674 switch (SchedModel.getProcResource(PI->ProcResourceIdx)->BufferSize) { in initSUnits()