Searched refs:temp_end (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 67 c->temp_end[var] = MAX2(c->temp_end[var], ip); 108 c->temp_end[var] = MAX2(c->temp_end[var], ip); 189 * Also initializes the temp_start/temp_end to cover just the instruction IPs 283 c->temp_end[i] = MAX2(c->temp_end[i], 290 c->temp_end[i] = MAX2(c->temp_end[i], 308 c->temp_end [all...] |
| H A D | vc4_register_allocate.c | 284 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 D | vc4_qir.c | 529 if (c->temp_end) { 533 if (c->temp_end[i] != ip)
|
| H A D | vc4_qir.h | 455 int *temp_start, *temp_end; member in struct:vc4_compile
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 55 c->temp_end[var] = MAX2(c->temp_end[var], ip); 96 c->temp_end[var] = MAX2(c->temp_end[var], ip); 177 * Also initializes the temp_start/temp_end to cover just the instruction IPs 271 c->temp_end[i] = MAX2(c->temp_end[i], 278 c->temp_end[i] = MAX2(c->temp_end[i], 296 c->temp_end [all...] |
| H A D | vc4_register_allocate.c | 280 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 D | vc4_qir.c | 529 if (c->temp_end) { 533 if (c->temp_end[i] != ip)
|
| H A D | vc4_qir.h | 451 int *temp_start, *temp_end; member in struct:vc4_compile
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 58 c->temp_end[var] = MAX2(c->temp_end[var], ip); 102 c->temp_end[var] = MAX2(c->temp_end[var], ip); 144 * Also initializes the temp_start/temp_end to cover just the instruction IPs 280 c->temp_end[i] = MAX2(c->temp_end[i], 288 c->temp_end[i] = MAX2(c->temp_end[i], 305 ralloc_free(c->temp_end); [all...] |
| H A D | vir_register_allocate.c | 639 map[i].priority = c->temp_end[i] - c->temp_start[i]; 661 c->temp_end[i] > ip) { 671 c->temp_end[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 D | vir_dump.c | 408 if (c->temp_end[i] != ip)
|
| H A D | v3d_compiler.h | 794 int *temp_start, *temp_end; member in struct:v3d_compile
|
| H A D | vir.c | 1042 for (int i = c->temp_start[t]; (i < c->temp_end[t] &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 66 c->temp_end[var] = MAX2(c->temp_end[var], ip); 110 c->temp_end[var] = MAX2(c->temp_end[var], ip); 192 * Also initializes the temp_start/temp_end to cover just the instruction IPs 315 c->temp_end[i] = MAX2(c->temp_end[i], 323 c->temp_end[i] = MAX2(c->temp_end[i], 340 ralloc_free(c->temp_end); [all...] |
| H A D | vir_register_allocate.c | 479 map[i].priority = c->temp_end[i] - c->temp_start[i]; 501 c->temp_end[i] > ip) { 511 c->temp_end[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 D | vir_dump.c | 401 if (c->temp_end[i] != ip)
|
| H A D | v3d_compiler.h | 582 int *temp_start, *temp_end; member in struct:v3d_compile
|
| H A D | vir.c | 857 for (int i = c->temp_start[t]; (i < c->temp_end[t] &&
|
Completed in 23 milliseconds