Searched refs:SchedBoundary (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 604 class SchedBoundary { 683 SchedBoundary(unsigned ID, const Twine &Name): in SchedBoundary() function 688 ~SchedBoundary(); 901 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone, 902 SchedBoundary *OtherZone); 909 bool shouldReduceLatency(const CandPolicy &Policy, SchedBoundary &CurrZone, 924 SchedBoundary &Zone); 940 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler() 941 Bot(SchedBoundary::BotQID, "BotQ") {} in GenericScheduler() 987 SchedBoundary Top; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMachineScheduler.h | 27 SchedBoundary *Zone) const override; 31 SchedBoundary &Zone) const;
|
D | PPCMachineScheduler.cpp | 21 SchedBoundary &Zone) const { in biasAddiLoadCandidate() 47 SchedBoundary *Zone) const { in tryCandidate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1836 SchedBoundary::~SchedBoundary() { delete HazardRec; } in ~SchedBoundary() 1851 void SchedBoundary::reset() { in reset() 1904 void SchedBoundary:: 1932 unsigned SchedBoundary::getLatencyStallCycles(SUnit *SU) { in getLatencyStallCycles() 1944 unsigned SchedBoundary::getNextResourceCycleByInstance(unsigned InstanceIdx, in getNextResourceCycleByInstance() 1960 SchedBoundary::getNextResourceCycle(unsigned PIdx, unsigned Cycles) { in getNextResourceCycle() 1992 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() 2038 unsigned SchedBoundary:: 2059 unsigned SchedBoundary:: 2086 void SchedBoundary::releaseNode(SUnit *SU, unsigned ReadyCycle, bool InPQueue, in releaseNode() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.h | 34 void pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy,
|
D | GCNSchedStrategy.cpp | 142 void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue() 157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue()
|