Home
last modified time | relevance | path

Searched refs:temp_start (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c66 c->temp_start[var] = MIN2(c->temp_start[var], ip); in qir_setup_use()
107 c->temp_start[var] = MIN2(c->temp_start[var], ip); in qir_setup_def()
224 c->temp_start[inst->dst.index] = 0; in qir_setup_def_use()
283 c->temp_start[i] = MIN2(c->temp_start[i], in qir_compute_start_end()
290 c->temp_start[i] = MIN2(c->temp_start[i], in qir_compute_start_end()
307 assert(!c->temp_start); in qir_calculate_live_intervals()
309 c->temp_start = rzalloc_array(c, int, c->num_temps); in qir_calculate_live_intervals()
313 c->temp_start[i] = MAX_INSTRUCTION; in qir_calculate_live_intervals()
Dvc4_register_allocate.c233 map[i].priority = c->temp_end[i] - c->temp_start[i]; in vc4_register_allocate()
256 if (c->temp_start[i] < ip && c->temp_end[i] > ip) in vc4_register_allocate()
288 if (c->temp_start[i] < ip && c->temp_end[i] > ip) in vc4_register_allocate()
372 if (!(c->temp_start[i] >= c->temp_end[j] || in vc4_register_allocate()
373 c->temp_start[j] >= c->temp_end[i])) { in vc4_register_allocate()
399 if (c->temp_start[i] == c->temp_end[i]) in vc4_register_allocate()
Dvc4_qir.c459 if (c->temp_start) { in qir_dump()
465 if (c->temp_start[i] != ip) in qir_dump()
Dvc4_qir.h487 int *temp_start, *temp_end; member
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c156 int temp_start; /* index in demangled to start of template args */ member
1578 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2472 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2473 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2537 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2538 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2614 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2615 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2695 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2697 class_name.p = class_name.b + work->temp_start; in demangle_class()