Searched refs:gpir_op_infos (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | value_regalloc.c | 33 if (gpir_op_infos[active[i]->op].spillless) 151 gpir_op_infos[node->op].name);
|
| H A D | node.c | 30 const gpir_op_info gpir_op_infos[] = { variable in typeref:typename:const gpir_op_info[] 288 gpir_node_type type = gpir_op_infos[op].type; 438 gpir_op_infos[node->op].name, node->index, node->name, dep_name[type]); 479 printf("%03d: %s %d %s pred", index++, gpir_op_infos[node->op].name,
|
| H A D | scheduler.c | 350 int *slots = gpir_op_infos[node->op].slots; 473 if (gpir_op_infos[node->op].may_consume_two_slots) { 760 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]); 774 printf("%10s:%-6d", gpir_op_infos[i].name, num_created_nodes[i]);
|
| H A D | lower.c | 233 gpir_op_infos[child->op].dest_neg) { 253 if (gpir_op_infos[succ->op].src_neg[i]) { 323 if (gpir_op_infos[node->op].may_consume_two_slots) {
|
| H A D | gpir.h | 126 extern const gpir_op_info gpir_op_infos[];
|
| H A D | instr.c | 69 if (gpir_op_infos[node->op].may_consume_two_slots) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | node.c | 30 const gpir_op_info gpir_op_infos[] = { variable in typeref:typename:const gpir_op_info[] 311 gpir_node_type type = gpir_op_infos[op].type; 452 gpir_op_infos[node->op].name, node->index, node->name, dep_name[type]); 493 printf("%03d: %s %d %s pred", index++, gpir_op_infos[node->op].name,
|
| H A D | reduce_scheduler.c | 110 if (gpir_op_infos[node->op].schedule_first) { 114 if (gpir_op_infos[insert_node->op].schedule_first ||
|
| H A D | lower.c | 133 gpir_op_infos[child->op].dest_neg) { 153 if (gpir_op_infos[succ->op].src_neg[i]) { 261 if (gpir_op_infos[node->op].may_consume_two_slots) {
|
| H A D | scheduler.c | 453 gpir_op_infos[insert_node->op].schedule_first) && 454 !gpir_op_infos[node->op].schedule_first) { 563 int *slots = gpir_op_infos[node->op].slots; 1319 if (gpir_op_infos[node->op].schedule_first && score != INT_MIN) { 1378 if (gpir_op_infos[node->op].schedule_first) 1656 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]); 1670 printf("%10s:%-6d", gpir_op_infos[i].name, num_created_nodes[i]);
|
| H A D | gpir.h | 127 extern const gpir_op_info gpir_op_infos[];
|
| H A D | regalloc.c | 433 if (gpir_op_infos[node->op].schedule_first && 574 gpir_op_infos[node->op].name);
|
| H A D | instr.c | 77 if (gpir_op_infos[node->op].may_consume_two_slots) {
|
Completed in 15 milliseconds