Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp185 template <int Max> struct VGPRCounterMap { struct
187 int base = 0;
189 int val[256];
192 VGPRCounterMap() { BITSET_ZERO(resident); } in VGPRCounterMap() argument
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()
[all …]