Searched refs:NoopHazard (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h40 NoopHazard // This instruction can't be emitted, and needs noops. enumerator in enum:llvm::ScheduleHazardRecognizer::HazardType
58 /// * NoopHazard: issuing this instruction would break the program. If
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp138 return NoopHazard;
144 return NoopHazard;
147 return NoopHazard;
150 return NoopHazard;
156 return NoopHazard;
159 return NoopHazard;
162 return NoopHazard;
165 return NoopHazard;
168 return NoopHazard;
171 return NoopHazard;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp141 return NoopHazard;
321 /// terminate the dispatch group. We turn NoopHazard for any
371 return NoopHazard;
379 return NoopHazard;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp594 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;

Completed in 120 milliseconds