Searched refs:ProcResourceIdx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h51 unsigned ProcResourceIdx; member in struct:llvm::MCWriteProcResEntry
55 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
230 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
233 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
234 return &ProcResourceTable[ProcResourceIdx];
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp282 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize)
H A DMachineTraceMetrics.cpp117 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind");
118 PRCycles[PI->ProcResourceIdx] += PI->Cycles;
1220 if (PI->ProcResourceIdx != K)
H A DMachineScheduler.cpp1694 unsigned PIdx = PI->ProcResourceIdx;
2172 countResource(PI->ProcResourceIdx, PI->Cycles, ReadyCycle);
2311 if (PI->ProcResourceIdx == Policy.ReduceResIdx)
2313 if (PI->ProcResourceIdx == Policy.DemandResIdx)
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx;
969 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]);
970 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx");
978 if (WriteProcResources[WPRIdx].ProcResourceIdx
979 == WPREntry.ProcResourceIdx) {
1090 OS << "\n// {ProcResourceIdx, Cycles}\n"
1097 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", "

Completed in 113 milliseconds