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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_live_variables.c 66 c->temp_start[var] = MIN2(c->temp_start[var], ip);
107 c->temp_start[var] = MIN2(c->temp_start[var], ip);
191 * Also initializes the temp_start/temp_end to cover just the instruction IPs
224 c->temp_start[inst->dst.index] = 0;
283 c->temp_start[i] = MIN2(c->temp_start[i],
290 c->temp_start[i] = MIN2(c->temp_start[i]
    [all...]
vc4_register_allocate.c 233 map[i].priority = c->temp_end[i] - c->temp_start[i];
256 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
288 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
372 if (!(c->temp_start[i] >= c->temp_end[j] ||
373 c->temp_start[j] >= c->temp_end[i])) {
399 if (c->temp_start[i] == c->temp_end[i])
vc4_qir.c 459 if (c->temp_start) {
465 if (c->temp_start[i] != ip)
vc4_qir.h 487 int *temp_start, *temp_end; member in struct:vc4_compile
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 156 int temp_start; /* index in demangled to start of template args */ member in struct:work_stuff
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cplus-dem.c 130 int temp_start; /* index in demangled to start of template args */ member in struct:work_stuff
    [all...]

Completed in 125 milliseconds