Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp72 bool MultiHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in MultiHazardRecognizer
74 return R->ShouldPreferAnother(SU); in ShouldPreferAnother()
H A DPostRASchedulerList.cpp573 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMultiHazardRecognizer.h39 bool ShouldPreferAnother(SUnit *) override;
H A DScheduleHazardRecognizer.h95 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.h76 bool ShouldPreferAnother(SUnit *) override;
H A DHexagonHazardRecognizer.cpp95 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in HexagonHazardRecognizer
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h40 bool ShouldPreferAnother(SUnit* SU) override;
H A DPPCHazardRecognizers.cpp146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer
152 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h146 bool ShouldPreferAnother(SUnit *SU) override;
H A DGCNHazardRecognizer.cpp2741 bool GCNHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in GCNHazardRecognizer