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.
58 /// * NoopHazard: issuing this instruction would break the program. If
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 143 return NoopHazard;
321 /// terminate the dispatch group. We turn NoopHazard for any
371 return NoopHazard;
379 return NoopHazard;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 228 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 560 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;

Completed in 177 milliseconds