Searched refs:livein (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_live_variables.cpp | 158 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() 178 if (new_livein & ~bd->livein[i]) { in compute_live_variables() 179 bd->livein[i] |= new_livein; in compute_live_variables() 205 if (BITSET_TEST(bd.livein, i)) { in compute_start_end() 240 block_data[i].livein = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in vec4_live_variables()
|
D | brw_fs_live_variables.cpp | 170 BITSET_WORD new_liveout = (child_bd->livein[i] & in compute_live_variables() 190 if (new_livein & ~bd->livein[i]) { in compute_live_variables() 191 bd->livein[i] |= new_livein; in compute_live_variables() 239 BITSET_WORD livedefin = bd->livein[w] & bd->defin[w]; in compute_start_end() 298 block_data[i].livein = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
|
D | brw_fs_copy_propagation.cpp | 65 BITSET_WORD *livein; member 138 bd[block->num].livein = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow() 253 bd[block->num].livein[i] = 0u; in setup_initial_values() 259 bd[block->num].livein[i] = ~0u; in setup_initial_values() 300 bd[block->num].livein[i] = ~0u; in run() 309 bd[block->num].livein[i] &= (bd[parent->num].liveout[i] | in run() 320 bd[block->num].livein[i] &= livein_from_any_block; in run() 324 bd[block->num].copy[i] | (bd[block->num].livein[i] & in run() 347 fprintf(stderr, "%08x", bd[block->num].livein[i]); in dump_block_data() 1104 if (BITSET_TEST(dataflow.bd[block->num].livein, i)) { in opt_copy_propagation()
|
D | brw_schedule_instructions.cpp | 614 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count); in instruction_scheduler() 616 this->livein[i] = rzalloc_array(mem_ctx, BITSET_WORD, in instruction_scheduler() 636 this->livein = NULL; in instruction_scheduler() 698 BITSET_WORD **livein; member in instruction_scheduler 802 if (BITSET_TEST(live.block_data[block].livein, i)) { in setup_liveness() 804 if (!BITSET_TEST(livein[block], vgrf)) { in setup_liveness() 806 BITSET_SET(livein[block], vgrf); in setup_liveness() 823 if (!BITSET_TEST(livein[block + 1], i)) { in setup_liveness() 825 BITSET_SET(livein[block + 1], i); in setup_liveness() 883 if (!BITSET_TEST(livein[block_idx], inst->dst.nr) && in get_register_pressure_benefit()
|
D | brw_fs_live_variables.h | 57 BITSET_WORD *livein; member
|
D | brw_vec4_live_variables.h | 56 BITSET_WORD *livein; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2914 - freedreno/ir3/ra: remove ir print after livein/out
|