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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_live_variables.c67 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 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.c529 if (c->temp_end) {
533 if (c->temp_end[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.c55 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 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.c529 if (c->temp_end) {
533 if (c->temp_end[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.c58 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 Dvir_register_allocate.c639 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 Dvir_dump.c408 if (c->temp_end[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.c66 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 Dvir_register_allocate.c479 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 Dvir_dump.c401 if (c->temp_end[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 23 milliseconds