Home
last modified time | relevance | path

Searched refs:defout (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c101 BITSET_SET(block->defout, var); in vir_setup_def()
278 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
281 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
308 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
349 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
Dv3d_compiler.h458 BITSET_WORD *defout; member
/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp90 BITSET_SET(bd->defout, var); in setup_one_write()
218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i]; in compute_live_variables()
220 child_bd->defout[i] |= new_def; in compute_live_variables()
240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end()
301 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
Dbrw_fs_live_variables.h72 BITSET_WORD *defout; member
Dbrw_fs_copy_propagation.cpp268 if (BITSET_TEST(live.block_data[block->num].defout, in setup_initial_values()