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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 289 unsigned ReadyCycle) {
290 if (ReadyCycle < MinReadyCycle)
291 MinReadyCycle = ReadyCycle;
295 if (ReadyCycle > CurrCycle || checkHazard(SU))
368 unsigned ReadyCycle = isTop() ? SU->TopReadyCycle : SU->BotReadyCycle;
370 if (ReadyCycle < MinReadyCycle)
371 MinReadyCycle = ReadyCycle;
373 if (ReadyCycle > CurrCycle)
HexagonMachineScheduler.h 177 void releaseNode(SUnit *SU, unsigned ReadyCycle);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 733 // This sets the scheduled node's ReadyCycle to CurrCycle. When updateQueues
734 // runs, it can then use the accurate ReadyCycle time to determine whether
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 729 void releaseNode(SUnit *SU, unsigned ReadyCycle);
739 unsigned countResource(unsigned PIdx, unsigned Cycles, unsigned ReadyCycle);
    [all...]