| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 145 /* for ndoe succ_list */ 160 struct list_head succ_list; member in struct:gpir_node 352 list_for_each_entry(gpir_dep, dep, &node->succ_list, succ_link) 354 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link) 362 return list_empty(&node->succ_list);
|
| H A D | lower.c | 232 if (list_is_singular(&child->succ_list) &&
|
| H A D | node.c | 296 list_inithead(&node->succ_list); 332 list_addtail(&dep->succ_link, &pred->succ_list); 369 list_addtail(&dep->succ_link, &new_pred->succ_list);
|
| H A D | reduce_scheduler.c | 50 float reg_weight = 1.0f - 1.0f / list_length(&pred->succ_list);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | instr.c | 35 list_inithead(&instr->succ_list); 57 list_addtail(&dep->succ_link, &pred->succ_list);
|
| H A D | node.c | 303 list_inithead(&node->succ_list); 344 list_addtail(&dep->succ_link, &pred->succ_list); 380 list_addtail(&dep->succ_link, &new_pred->succ_list);
|
| H A D | ppir.h | 148 struct list_head succ_list; member in struct:ppir_node 284 struct list_head succ_list; member in struct:ppir_instr 338 return list_empty(&node->succ_list); 348 return list_is_singular(&node->succ_list); 353 return list_first_entry(&node->succ_list, ppir_dep, succ_link)->succ; 367 list_for_each_entry(ppir_dep, dep, &node->succ_list, succ_link) 369 list_for_each_entry_safe(ppir_dep, dep, &node->succ_list, succ_link) 490 list_for_each_entry(ppir_dep, dep, &instr->succ_list, succ_link) 492 list_for_each_entry_safe(ppir_dep, dep, &instr->succ_list, succ_link) 500 return list_empty(&instr->succ_list); [all...] |
| H A D | scheduler.c | 45 float reg_weight = 1.0 - 1.0 / list_length(&pred->succ_list);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 144 /* for ndoe succ_list */ 162 struct list_head succ_list; member in struct:gpir_node 447 list_for_each_entry(gpir_dep, dep, &node->succ_list, succ_link) 449 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link) 457 return list_is_empty(&node->succ_list);
|
| H A D | lower.c | 132 if (list_is_singular(&child->succ_list) &&
|
| H A D | node.c | 319 list_inithead(&node->succ_list); 355 list_addtail(&dep->succ_link, &pred->succ_list); 396 list_addtail(&dep->succ_link, &new_pred->succ_list);
|
| H A D | optimize.c | 169 list_is_empty(&node->succ_list)) {
|
| H A D | reduce_scheduler.c | 50 float reg_weight = 1.0f - 1.0f / list_length(&pred->succ_list);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | instr.c | 35 list_inithead(&instr->succ_list); 57 list_addtail(&dep->succ_link, &pred->succ_list);
|
| H A D | node.c | 362 list_inithead(&node->succ_list); 407 list_addtail(&dep->succ_link, &pred->succ_list); 471 list_addtail(&dep->succ_link, &new_pred->succ_list); 654 list_first_entry(&node->succ_list,
|
| H A D | ppir.h | 168 struct list_head succ_list; member in struct:ppir_node 314 struct list_head succ_list; member in struct:ppir_instr 408 return list_is_empty(&node->succ_list); 418 return list_is_singular(&node->succ_list) 426 return list_first_entry(&node->succ_list, ppir_dep, succ_link)->succ; 440 list_for_each_entry(ppir_dep, dep, &node->succ_list, succ_link) 442 list_for_each_entry_safe(ppir_dep, dep, &node->succ_list, succ_link) 665 list_for_each_entry(ppir_dep, dep, &instr->succ_list, succ_link) 667 list_for_each_entry_safe(ppir_dep, dep, &instr->succ_list, succ_link) 675 return list_is_empty(&instr->succ_list); [all...] |
| H A D | scheduler.c | 45 float reg_weight = 1.0 - 1.0 / list_length(&pred->succ_list);
|