HomeSort by relevance Sort by last modified time
    Searched full:vregmap (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 240 typedef DenseMap<unsigned, unsigned> VRegMap;
241 typedef DenseMap<const TargetRegisterClass *, VRegMap> VRegRCMap;
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 60 - vregmap holds the primary register for the IRTemp.
109 HReg *vregmap; member in struct:__anon29270
196 vassert(env->vregmap[tmp] != INVALID_HREG);
198 return env->vregmap[tmp];
209 *lo = env->vregmap[tmp];
    [all...]
host_mips_isel.c 80 - vregmap holds the primary register for the IRTemp.
113 HReg* vregmap; member in struct:__anon29127
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
152 *vrLO = env->vregmap[tmp];
    [all...]
host_amd64_isel.c 109 - vregmap holds the primary register for the IRTemp.
143 HReg* vregmap; member in struct:__anon28963
163 return env->vregmap[tmp];
172 *vrLO = env->vregmap[tmp];
    [all...]
host_x86_isel.c 144 - vregmap holds the primary register for the IRTemp.
177 HReg* vregmap; member in struct:__anon29344
197 return env->vregmap[tmp];
205 *vrLO = env->vregmap[tmp];
    [all...]
host_arm_isel.c 81 - vregmap holds the primary register for the IRTemp.
114 HReg* vregmap; member in struct:__anon29057
133 return env->vregmap[tmp];
141 *vrLO = env->vregmap[tmp];
    [all...]

Completed in 150 milliseconds