Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp56 struct PhysRegIterator { struct
57 using difference_type = int;
58 using value_type = unsigned;
59 using reference = const unsigned&;
60 using pointer = const unsigned*;
61 using iterator_category = std::bidirectional_iterator_tag;
63 PhysReg reg;
65 PhysReg operator*() const { return reg; } in operator *()
67 PhysRegIterator& operator++() in operator ++()
73 PhysRegIterator& operator--() in operator --()
[all …]