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

  /external/llvm/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
244 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
247 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
248 return &ProcResourceTable[ProcResourceIdx];
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 282 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...]
ScheduleDAGInstrs.cpp 716 switch (SchedModel.getProcResource(PI->ProcResourceIdx)->BufferSize) {
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx;
    [all...]

Completed in 112 milliseconds