Home
last modified time | relevance | path

Searched refs:DownwardsCursor (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp56 struct DownwardsCursor { struct
68 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor() function
112 DownwardsCursor downwards_init(int current_idx, bool improved_rar, bool may_form_clauses);
113 MoveResult downwards_move(DownwardsCursor&, bool clause);
114 void downwards_skip(DownwardsCursor&);
159 DownwardsCursor::verify_invariants(const RegisterDemand* register_demand) in verify_invariants()
179 DownwardsCursor
199 DownwardsCursor cursor(current_idx, register_demand[current_idx]);
208 MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause)
282 MoveState::downwards_skip(DownwardsCursor
[all...]

Completed in 1 milliseconds