Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp167 template <int Max> struct VGPRCounterMap { struct
169 int base = 0;
171 int val[256];
174 VGPRCounterMap() { BITSET_ZERO(resident); } in VGPRCounterMap() function
177 void inc() { base++; } in inc()
180 void set(unsigned idx) in set()
186 void set(PhysReg reg, unsigned bytes) in set()
196 void reset() in reset()
202 void reset(PhysReg reg, unsigned bytes) in reset()
211 uint8_t get(unsigned idx) in get()
[all …]