Searched refs:temp_start (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 | 66 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 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 | 505 if (c->temp_start) { 511 if (c->temp_start[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 | 54 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 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 | 505 if (c->temp_start) { 511 if (c->temp_start[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 | 57 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 D | vir_register_allocate.c | 639 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 D | vir_dump.c | 375 if (c->temp_start[i] == ip) 384 if (c->temp_start[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 | 65 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 D | vir_register_allocate.c | 479 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 D | vir_dump.c | 368 if (c->temp_start[i] == ip) 377 if (c->temp_start[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 26 milliseconds