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

  /external/llvm/include/llvm/MC/
MCSchedule.h 48 unsigned ProcResourceIdx;
52 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
237 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
240 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
241 return &ProcResourceTable[ProcResourceIdx];
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 303 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->IsBuffered)
MachineScheduler.cpp     [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 57 return LHS.ProcResourceIdx < RHS.ProcResourceIdx;
    [all...]

Completed in 3820 milliseconds