Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.h72 bool ShouldPreferAnother(SUnit *) override;
DHexagonHazardRecognizer.cpp100 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in HexagonHazardRecognizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h95 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h40 bool ShouldPreferAnother(SUnit* SU) override;
DPPCHazardRecognizers.cpp146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer
152 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp578 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()