Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h71 IntervalPressure TopPressure; variable
106 DAG(DAG), BC(BC), TopRPTracker(TopPressure), ID(ID) {} in SIScheduleBlock()
DSIMachineScheduler.cpp391 LiveInPressure = TopPressure.MaxSetPressure; in initRegPressure()
425 InternalAdditionnalPressure.resize(TopPressure.MaxSetPressure.size()); in schedule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h412 IntervalPressure TopPressure; variable
428 TopRPTracker(TopPressure), BotRPTracker(BotPressure) {} in ScheduleDAGMILive()
439 const IntervalPressure &getTopPressure() const { return TopPressure; } in getTopPressure()