Searched refs:succ_list (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dppir.h148 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 Dnode.c303 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 Dinstr.c35 list_inithead(&instr->succ_list);
57 list_addtail(&dep->succ_link, &pred->succ_list);
H A Dscheduler.c45 float reg_weight = 1.0 - 1.0 / list_length(&pred->succ_list);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h145 /* 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 Dnode.c296 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 Dreduce_scheduler.c50 float reg_weight = 1.0f - 1.0f / list_length(&pred->succ_list);
H A Dlower.c232 if (list_is_singular(&child->succ_list) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h144 /* 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 Dnode.c319 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 Doptimize.c169 list_is_empty(&node->succ_list)) {
H A Dreduce_scheduler.c50 float reg_weight = 1.0f - 1.0f / list_length(&pred->succ_list);
H A Dlower.c132 if (list_is_singular(&child->succ_list) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dppir.h168 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 Dnode.c362 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 Dscheduler.c45 float reg_weight = 1.0 - 1.0 / list_length(&pred->succ_list);
H A Dinstr.c35 list_inithead(&instr->succ_list);
57 list_addtail(&dep->succ_link, &pred->succ_list);

Completed in 12 milliseconds