Home
last modified time | relevance | path

Searched refs:ShouldPreferAnother (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h96 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.h73 bool ShouldPreferAnother(SUnit *) override;
DHexagonHazardRecognizer.cpp101 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in HexagonHazardRecognizer
/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h96 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h41 bool ShouldPreferAnother(SUnit* SU) override;
DPPCHazardRecognizers.cpp148 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer
154 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h41 bool ShouldPreferAnother(SUnit* SU) override;
DPPCHazardRecognizers.cpp148 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer
154 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp582 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp582 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()