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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 146 /// MinReadyCycle - Cycle of the soonest available instruction.
147 unsigned MinReadyCycle;
159 MinReadyCycle(UINT_MAX), MaxMinLatency(0) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 149 /// MinReadyCycle - Cycle of the soonest available instruction.
150 unsigned MinReadyCycle = std::numeric_limits<unsigned>::max();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 643 /// MinReadyCycle - Cycle of the soonest available instruction.
644 unsigned MinReadyCycle;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 606 /// MinReadyCycle - Cycle of the soonest available instruction.
607 unsigned MinReadyCycle;
    [all...]

Completed in 880 milliseconds