Home
last modified time | relevance | path

Searched refs:atIssueLimit (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h51 virtual bool atIssueLimit() const { return false; } in atIssueLimit() function
DScoreboardHazardRecognizer.h114 bool atIssueLimit() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRAHazardRecognizer.cpp92 if (HazardRec->atIssueLimit()) { in runOnMachineFunction()
DScoreboardHazardRecognizer.cpp104 bool ScoreboardHazardRecognizer::atIssueLimit() const { in atIssueLimit() function in ScoreboardHazardRecognizer
DPostRASchedulerList.cpp631 if (HazardRec->atIssueLimit()) { in ListScheduleTopDown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h103 bool atIssueLimit() const override { return true; } in atIssueLimit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp811 if ((HazardRec->isEnabled() && HazardRec->atIssueLimit()) in ScheduleNodeBottomUp()