Searched refs:temp_start (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_live_variables.c66 c->temp_start[var] = MIN2(c->temp_start[var], ip);
107 c->temp_start[var] = MIN2(c->temp_start[var], ip);
189 * Also initializes the temp_start/temp_end to cover just the instruction IPs
222 c->temp_start[inst->dst.index] = 0;
281 c->temp_start[i] = MIN2(c->temp_start[i],
288 c->temp_start[i] = MIN2(c->temp_start[
[all...]
H A Dvc4_register_allocate.c284 map[i].priority = c->temp_end[i] - c->temp_start[i];
307 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
347 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
431 if (!(c->temp_start[i] >= c->temp_end[j] ||
432 c->temp_start[j] >= c->temp_end[i])) {
458 if (c->temp_start[i] == c->temp_end[i])
H A Dvc4_qir.c505 if (c->temp_start) {
511 if (c->temp_start[i] != ip)
H A Dvc4_qir.h455 int *temp_start, *temp_end; member in struct:vc4_compile
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_live_variables.c54 c->temp_start[var] = MIN2(c->temp_start[var], ip);
95 c->temp_start[var] = MIN2(c->temp_start[var], ip);
177 * Also initializes the temp_start/temp_end to cover just the instruction IPs
210 c->temp_start[inst->dst.index] = 0;
269 c->temp_start[i] = MIN2(c->temp_start[i],
276 c->temp_start[i] = MIN2(c->temp_start[
[all...]
H A Dvc4_register_allocate.c280 map[i].priority = c->temp_end[i] - c->temp_start[i];
303 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
343 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
427 if (!(c->temp_start[i] >= c->temp_end[j] ||
428 c->temp_start[j] >= c->temp_end[i])) {
454 if (c->temp_start[i] == c->temp_end[i])
H A Dvc4_qir.c505 if (c->temp_start) {
511 if (c->temp_start[i] != ip)
H A Dvc4_qir.h451 int *temp_start, *temp_end; member in struct:vc4_compile
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_live_variables.c57 c->temp_start[var] = MIN2(c->temp_start[var], ip);
101 c->temp_start[var] = MIN2(c->temp_start[var], ip);
144 * Also initializes the temp_start/temp_end to cover just the instruction IPs
191 c->temp_start[inst->dst.index] = 0;
278 c->temp_start[i] = MIN2(c->temp_start[i],
286 c->temp_start[i] = MIN2(c->temp_start[
[all...]
H A Dvir_register_allocate.c639 map[i].priority = c->temp_end[i] - c->temp_start[i];
660 if (c->temp_start[i] < ip &&
670 if (c->temp_start[i] < ip &&
756 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
783 if (!(c->temp_start[i] >= c->temp_end[j] ||
784 c->temp_start[j] >= c->temp_end[i])) {
H A Dvir_dump.c375 if (c->temp_start[i] == ip)
384 if (c->temp_start[i] != ip)
H A Dv3d_compiler.h794 int *temp_start, *temp_end; member in struct:v3d_compile
H A Dvir.c1042 for (int i = c->temp_start[t]; (i < c->temp_end[t] &&
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_live_variables.c65 c->temp_start[var] = MIN2(c->temp_start[var], ip);
109 c->temp_start[var] = MIN2(c->temp_start[var], ip);
192 * Also initializes the temp_start/temp_end to cover just the instruction IPs
226 c->temp_start[inst->dst.index] = 0;
313 c->temp_start[i] = MIN2(c->temp_start[i],
321 c->temp_start[i] = MIN2(c->temp_start[
[all...]
H A Dvir_register_allocate.c479 map[i].priority = c->temp_end[i] - c->temp_start[i];
500 if (c->temp_start[i] < ip &&
510 if (c->temp_start[i] < ip &&
596 if (c->temp_start[i] < ip && c->temp_end[i] > ip)
623 if (!(c->temp_start[i] >= c->temp_end[j] ||
624 c->temp_start[j] >= c->temp_end[i])) {
684 if (c->temp_start[i] == c->temp_end[i]) {
H A Dvir_dump.c368 if (c->temp_start[i] == ip)
377 if (c->temp_start[i] != ip)
H A Dv3d_compiler.h582 int *temp_start, *temp_end; member in struct:v3d_compile
H A Dvir.c857 for (int i = c->temp_start[t]; (i < c->temp_end[t] &&

Completed in 26 milliseconds