Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h403 IntervalPressure RegPressure;
412 IntervalPressure TopPressure;
416 IntervalPressure BotPressure;
439 const IntervalPressure &getTopPressure() const { return TopPressure; } in getTopPressure()
443 const IntervalPressure &getBotPressure() const { return BotPressure; } in getBotPressure()
447 const IntervalPressure &getRegPressure() const { return RegPressure; } in getRegPressure()
DRegisterPressure.h68 struct IntervalPressure : RegisterPressure { struct
398 RegPressureTracker(IntervalPressure &rp) : P(rp), RequireIntervals(true) {} in RegPressureTracker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp177 void IntervalPressure::reset() { in reset()
194 void IntervalPressure::openTop(SlotIndex NextTop) { in openTop()
210 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom()
252 static_cast<IntervalPressure&>(P).reset(); in reset()
297 return static_cast<IntervalPressure&>(P).TopIdx.isValid(); in isTopClosed()
305 return static_cast<IntervalPressure&>(P).BottomIdx.isValid(); in isBottomClosed()
321 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot(); in closeTop()
333 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot(); in closeBottom()
869 static_cast<IntervalPressure&>(P).openTop(SlotIdx); in recedeSkipDebugValues()
908 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
DMachinePipeliner.cpp1590 IntervalPressure RecRegPressure; in registerPressureFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h71 IntervalPressure TopPressure;
DSIMachineScheduler.cpp327 IntervalPressure Pressure, BotPressure; in initRegPressure()