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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSchedule.h48 unsigned ProcResourceIdx; member in struct:llvm::MCWriteProcResEntry
52 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
220 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
223 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
224 return &ProcResourceTable[ProcResourceIdx];
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetSchedule.cpp261 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->IsBuffered)
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSubtargetEmitter.cpp57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx;
890 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]);
891 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx");
1001 OS << "\n// {ProcResourceIdx, Cycles}\n"
1008 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", "

Completed in 167 milliseconds