Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSchedule.h48 unsigned ProcResourceIdx; member
52 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
237 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource() argument
240 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx"); in getProcResource()
241 return &ProcResourceTable[ProcResourceIdx]; in getProcResource()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx; in operator ()()
955 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
956 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()
964 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()
965 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()
1083 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp303 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->IsBuffered) in computeOutputLatency()
DMachineScheduler.cpp1213 unsigned PIdx = PI->ProcResourceIdx; in init()
1452 countResource(PI->ProcResourceIdx, PI->Cycles); in bumpNode()
1657 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
1659 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()