Searched refs:bblock_link (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 42 bblock_link *link = (bblock_link *)list->get_tail(); in pop_stack() 52 bblock_link *l = new(mem_ctx) bblock_link(block, kind); in link() 85 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) { in is_predecessor_of() 98 foreach_list_typed_safe (bblock_link, child, link, &block->children) { in is_successor_of() 146 foreach_list_typed (bblock_link, link, link, &that->parents) { in combine_with() 417 foreach_list_typed_safe (bblock_link, predecessor, link, &block->parents) { in remove_block() 419 foreach_list_typed_safe (bblock_link, successor, link, in remove_block() 428 foreach_list_typed (bblock_link, successor, link, &block->children) { in remove_block() 438 foreach_list_typed_safe (bblock_link, successor, link, &block->children) { in remove_block() 440 foreach_list_typed_safe (bblock_link, predecessor, link, in remove_block() [all …]
|
D | brw_cfg.h | 56 struct bblock_link { struct 58 DECLARE_RALLOC_CXX_OPERATORS(bblock_link) 60 bblock_link(bblock_t *block, enum bblock_link_kind kind) in bblock_link() function
|
D | brw_disasm_info.c | 58 foreach_list_typed(struct bblock_link, predecessor_link, link, in dump_assembly() 93 foreach_list_typed(struct bblock_link, successor_link, link, in dump_assembly()
|
D | brw_fs_live_variables.cpp | 166 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables() 214 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
|
D | brw_fs_sel_peephole.cpp | 144 foreach_list_typed(bblock_link, child, link, &block->children) { in opt_peephole_sel()
|
D | brw_vec4_live_variables.cpp | 154 foreach_list_typed(bblock_link, child_link, link, &block->children) { in compute_live_variables()
|
D | brw_fs_copy_propagation.cpp | 300 foreach_list_typed(bblock_link, parent_link, link, &block->parents) { in run() 339 foreach_list_typed(bblock_link, link, link, &block->parents) { in dump_block_data()
|
D | brw_fs_scoreboard.cpp | 876 foreach_list_typed(bblock_link, child_link, link, in propagate_block_scoreboards()
|