Searched refs:ppir_dep (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | ppir.h | 134 } ppir_dep; typedef in typeref:struct:__anond7d7b26d0408 329 void ppir_node_remove_dep(ppir_dep *dep); 334 void ppir_node_replace_pred(ppir_dep *dep, ppir_node *new_pred); 353 return list_first_entry(&node->succ_list, ppir_dep, succ_link)->succ; 363 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; 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) 371 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link) 373 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link) 490 list_for_each_entry(ppir_dep, de [all...] |
| H A D | node.c | 340 ppir_dep *dep = ralloc(succ, ppir_dep); 347 void ppir_node_remove_dep(ppir_dep *dep) 376 void ppir_node_replace_pred(ppir_dep *dep, ppir_node *new_pred)
|
| H A D | instr.c | 53 ppir_dep *dep = ralloc(succ, ppir_dep);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | ppir.h | 151 } ppir_dep; typedef in typeref:struct:__anon46757b200508 396 void ppir_node_remove_dep(ppir_dep *dep); 401 void ppir_node_replace_pred(ppir_dep *dep, ppir_node *new_pred); 402 ppir_dep *ppir_dep_for_pred(ppir_node *node, ppir_node *pred); 426 return list_first_entry(&node->succ_list, ppir_dep, succ_link)->succ; 436 return list_first_entry(&node->pred_list, ppir_dep, pred_link)->pred; 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) 444 list_for_each_entry(ppir_dep, dep, &node->pred_list, pred_link) 446 list_for_each_entry_safe(ppir_dep, de [all...] |
| H A D | node.c | 402 ppir_dep *dep = ralloc(succ, ppir_dep); 410 void ppir_node_remove_dep(ppir_dep *dep) 467 void ppir_node_replace_pred(ppir_dep *dep, ppir_node *new_pred) 474 ppir_dep *ppir_dep_for_pred(ppir_node *node, ppir_node *pred) 655 ppir_dep, succ_link)->type == ppir_dep_src)
|
| H A D | instr.c | 53 ppir_dep *dep = ralloc(succ, ppir_dep);
|
| H A D | lower.c | 253 ppir_dep *dep = ppir_dep_for_pred(node, pred);
|
Completed in 11 milliseconds