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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 86 "disable-sched-stalls", cl::Hidden, cl::init(true),
627 // cycle. Otherwise, we can wrongly mask real stalls. If the non-machine node
649 int Stalls = 0;
652 HazardRec->getHazardType(SU, -Stalls);
657 ++Stalls;
659 AdvanceToCycle(CurCycle + Stalls);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
3c90x.h 211 enum Stalls {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 88 "disable-sched-stalls", cl::Hidden, cl::init(true),
508 // cycle. Otherwise, we can wrongly mask real stalls. If the non-machine node
530 int Stalls = 0;
533 HazardRec->getHazardType(SU, isBottomUp ? -Stalls : Stalls);
538 ++Stalls;
540 AdvanceToCycle(CurCycle + Stalls);
    [all...]

Completed in 243 milliseconds