Searched refs:defout (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) {
105 BITSET_SET(block->defout, var);
246 /* Propagate defin/defout down the successors to produce the
255 BITSET_WORD new_def = (block->defout[i] &
258 succ->defout[i] |= new_def;
285 BITSET_TEST(block->defout, i)) {
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words);
H A Dv3d_compiler.h507 BITSET_WORD *defout; member in struct:qblock
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h68 BITSET_WORD *defout; member in struct:brw::block_data
H A Dbrw_fs_live_variables.cpp90 BITSET_SET(bd->defout, var);
205 /* Propagate defin and defout down the CFG to calculate the union of live
218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i];
220 child_bd->defout[i] |= new_def;
244 if (BITSET_TEST(bd->liveout, i) && BITSET_TEST(bd->defout, i)) {
288 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words);
H A Dbrw_fs_copy_propagation.cpp210 if (BITSET_TEST(live->block_data[block->num].defout,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h72 BITSET_WORD *defout; member in struct:brw::fs_live_variables::block_data
H A Dbrw_fs_live_variables.cpp90 BITSET_SET(bd->defout, var);
205 /* Propagate defin and defout down the CFG to calculate the union of live
218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i];
220 child_bd->defout[i] |= new_def;
240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w];
301 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words);
H A Dbrw_fs_copy_propagation.cpp269 if (BITSET_TEST(live.block_data[block->num].defout,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_live_variables.c113 BITSET_SET(block->defout, var);
281 /* Propagate defin/defout down the successors to produce the
290 BITSET_WORD new_def = (block->defout[i] &
293 succ->defout[i] |= new_def;
320 BITSET_TEST(block->defout, i)) {
361 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words);
H A Dv3d_compiler.h406 BITSET_WORD *defout; member in struct:qblock

Completed in 13 milliseconds