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

  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 40 NoopHazard // This instruction can't be emitted, and needs noops.
56 /// * NoopHazard: issuing this instruction would break the program. If
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 134 /// terminate the dispatch group. We turn NoopHazard for any
180 return NoopHazard;
233 return NoopHazard;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 213 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 653 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;

Completed in 3930 milliseconds