HomeSort by relevance Sort by last modified time
    Searched refs:ProcResourceIdx (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCSchedule.h 51 unsigned ProcResourceIdx;
55 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
223 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
226 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
227 return &ProcResourceTable[ProcResourceIdx];
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 278 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize)
MachineTraceMetrics.cpp 117 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind");
118 PRCycles[PI->ProcResourceIdx] += PI->Cycles;
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx;
    [all...]

Completed in 215 milliseconds