Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp44 struct DownwardsCursor { struct
45 int source_idx; /* Current instruction to consider for moving */
47 int insert_idx_clause; /* First clause instruction */
48 int insert_idx; /* First instruction *after* the clause */
52 RegisterDemand clause_demand;
54 RegisterDemand total_demand;
56 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor() argument