Home
last modified time | relevance | path

Searched refs:IsTop (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h81 bool isResourceAvailable(SUnit *SU, bool IsTop);
82 bool reserveResources(SUnit *SU, bool IsTop);
DHexagonMachineScheduler.cpp97 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() argument
125 if (IsTop) { in isResourceAvailable()
138 bool VLIWResourceModel::reserveResources(SUnit *SU, bool IsTop) { in reserveResources() argument
149 if (!isResourceAvailable(SU, IsTop) || in reserveResources()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2707 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2708 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()