HomeSort by: relevance | last modified time | path
    Searched refs:ShouldPreferAnother (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MultiHazardRecognizer.h 39 bool ShouldPreferAnother(SUnit *) override;
ScheduleHazardRecognizer.h 92 /// ShouldPreferAnother - This callback may be invoked if getHazardType
95 virtual bool ShouldPreferAnother(SUnit *) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHazardRecognizer.h 72 bool ShouldPreferAnother(SUnit *) override;
HexagonHazardRecognizer.cpp 100 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MultiHazardRecognizer.cpp 72 bool MultiHazardRecognizer::ShouldPreferAnother(SUnit *SU) {
74 return R->ShouldPreferAnother(SU);
PostRASchedulerList.cpp 576 if (HazardRec->ShouldPreferAnother(CurSUnit)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 40 bool ShouldPreferAnother(SUnit* SU) override;
PPCHazardRecognizers.cpp 146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) {
152 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.h 114 bool ShouldPreferAnother(SUnit *SU) override;
GCNHazardRecognizer.cpp 1801 bool GCNHazardRecognizer::ShouldPreferAnother(SUnit *SU) {

Completed in 20 milliseconds