Searched refs:defin (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h62 BITSET_WORD *defin; member in struct:brw::block_data
H A Dbrw_fs_live_variables.cpp205 /* 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];
219 child_bd->defin[i] |= new_def;
239 if (BITSET_TEST(bd->livein, i) && BITSET_TEST(bd->defin, i)) {
287 block_data[i].defin = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h66 BITSET_WORD *defin; member in struct:brw::fs_live_variables::block_data
H A Dbrw_fs_live_variables.cpp205 /* 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];
219 child_bd->defin[i] |= new_def;
239 BITSET_WORD livedefin = bd->livein[w] & bd->defin[w];
300 block_data[i].defin = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_live_variables.c246 /* Propagate defin/defout down the successors to produce the
256 ~succ->defin[i]);
257 succ->defin[i] |= new_def;
277 BITSET_TEST(block->defin, i)) {
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words);
H A Dv3d_compiler.h506 BITSET_WORD *defin; member in struct:qblock
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_live_variables.c281 /* Propagate defin/defout down the successors to produce the
291 ~succ->defin[i]);
292 succ->defin[i] |= new_def;
312 BITSET_TEST(block->defin, i)) {
360 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words);
H A Dv3d_compiler.h405 BITSET_WORD *defin; member in struct:qblock

Completed in 12 milliseconds