Home
last modified time | relevance | path

Searched defs:DownwardsCursor (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp56 struct DownwardsCursor { struct
57 int source_idx; /* Current instruction to consider for moving */
59 int insert_idx_clause; /* First clause instruction */
60 int insert_idx; /* First instruction *after* the clause */
64 RegisterDemand clause_demand;
66 RegisterDemand total_demand;
68 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor() argument