Searched defs:RegisterDemand (Results 1 – 1 of 1) sorted by relevance
1858 struct RegisterDemand { struct1860 constexpr RegisterDemand(const int16_t v, const int16_t s) noexcept : vgpr{v}, sgpr{s} {} in RegisterDemand() argument1864 constexpr friend bool operator==(const RegisterDemand a, const RegisterDemand b) noexcept argument1869 constexpr bool exceeds(const RegisterDemand other) const noexcept in exceeds() argument1924 constexpr void update(const RegisterDemand other) noexcept in update() argument