Home | History | Annotate | Download | only in priv

Lines Matching refs:vregmap

61          - vregmap   holds the primary register for the IRTemp.
108 HReg *vregmap;
199 vassert(! hregIsInvalid(env->vregmap[tmp]));
201 return env->vregmap[tmp];
212 *lo = env->vregmap[tmp];
4120 env->vregmap = LibVEX_Alloc(env->n_vregmap * sizeof(HReg));
4173 env->vregmap[i] = hreg;