Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h169 struct list_head succ_list; member
360 struct list_head succ_list; member
457 return list_is_empty(&node->succ_list); in ppir_node_is_root()
467 return list_is_singular(&node->succ_list) in ppir_node_has_single_succ()
475 return list_first_entry(&node->succ_list, ppir_dep, succ_link)->succ; in ppir_node_first_succ()
489 list_for_each_entry(ppir_dep, dep, &node->succ_list, succ_link)
491 list_for_each_entry_safe(ppir_dep, dep, &node->succ_list, succ_link)
716 list_for_each_entry(ppir_dep, dep, &instr->succ_list, succ_link)
718 list_for_each_entry_safe(ppir_dep, dep, &instr->succ_list, succ_link)
726 return list_is_empty(&instr->succ_list); in ppir_instr_is_root()
[all...]
H A Dnode.c367 list_inithead(&node->succ_list); in ppir_node_create()
412 list_addtail(&dep->succ_link, &pred->succ_list); in ppir_node_add_dep()
476 list_addtail(&dep->succ_link, &new_pred->succ_list); in ppir_node_replace_pred()
659 list_first_entry(&node->succ_list, in ppir_node_has_single_src_succ()
H A Dinstr.c35 list_inithead(&instr->succ_list); in ppir_instr_create()
57 list_addtail(&dep->succ_link, &pred->succ_list); in ppir_instr_add_dep()
H A Dscheduler.c49 float reg_weight = 1.0 - 1.0 / list_length(&pred->succ_list); in ppir_schedule_calc_sched_info()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h145 /* for ndoe succ_list */
163 struct list_head succ_list; member
448 list_for_each_entry(gpir_dep, dep, &node->succ_list, succ_link)
450 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link)
458 return list_is_empty(&node->succ_list); in gpir_node_is_root()
H A Dnode.c322 list_inithead(&node->succ_list); in gpir_node_create()
358 list_addtail(&dep->succ_link, &pred->succ_list); in gpir_node_add_dep()
399 list_addtail(&dep->succ_link, &new_pred->succ_list); in gpir_node_replace_pred()
H A Doptimize.c169 list_is_empty(&node->succ_list)) { in dead_code_eliminate()
H A Dreduce_scheduler.c57 float reg_weight = 1.0f - 1.0f / list_length(&pred->succ_list); in schedule_calc_sched_info()
H A Dlower.c132 if (list_is_singular(&child->succ_list) && in gpir_lower_neg()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_tree.cpp206 BasicBlockListTy& succ_list = successors_[&bb]; in CreateSuccessorMap() local
211 succ_list.push_back(succ); in CreateSuccessorMap()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.cpp206 BasicBlockListTy& succ_list = successors_[&bb]; in CreateSuccessorMap() local
211 succ_list.push_back(succ); in CreateSuccessorMap()
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp193 BasicBlockListTy& succ_list = successors_[&bb]; in CreateSuccessorMap() local
198 succ_list.push_back(succ); in CreateSuccessorMap()

Completed in 9 milliseconds