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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 175 bool checkHazard(SUnit *SU);
HexagonMachineScheduler.cpp 277 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) {
295 if (ReadyCycle > CurrCycle || checkHazard(SU))
376 if (checkHazard(SU))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 196 bool checkHazard(SUnit *SU);
HexagonMachineScheduler.cpp 336 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) {
354 if (ReadyCycle > CurrCycle || checkHazard(SU))
436 if (checkHazard(SU))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 723 bool checkHazard(SUnit *SU);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 754 bool checkHazard(SUnit *SU);
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 75 milliseconds