Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp80 struct UpwardsCursor { struct
87 UpwardsCursor(int source_idx_) : source_idx(source_idx_) in UpwardsCursor() argument
117 UpwardsCursor upwards_init(int source_idx, bool improved_rar);
118 bool upwards_check_deps(UpwardsCursor&);
119 void upwards_update_insert_idx(UpwardsCursor&);
120 MoveResult upwards_move(UpwardsCursor&);
121 void upwards_skip(UpwardsCursor&);
301 UpwardsCursor::verify_invariants(const RegisterDemand* register_demand) in verify_invariants()
318 UpwardsCursor
331 return UpwardsCursor(source_idx); in upwards_init()
[all …]