Lines Matching defs:VGPRCounterMap
185 template <int Max> struct VGPRCounterMap { struct
187 int base = 0;
189 int val[256];
192 VGPRCounterMap() { BITSET_ZERO(resident); } in VGPRCounterMap() function
195 void inc() { base++; } in inc()
198 void set(unsigned idx) in set()
204 void set(PhysReg reg, unsigned bytes) in set()
214 void reset() in reset()
220 void reset(PhysReg reg, unsigned bytes) in reset()
229 uint8_t get(unsigned idx) in get()
234 uint8_t get(PhysReg reg, unsigned offset = 0) in get()
240 void join_min(const VGPRCounterMap& other) in join_min()
252 bool operator==(const VGPRCounterMap& other) const in operator ==()