Searched refs:defout (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 70 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 D | v3d_compiler.h | 507 BITSET_WORD *defout; member in struct:qblock
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.h | 68 BITSET_WORD *defout; member in struct:brw::block_data
|
| H A D | brw_fs_live_variables.cpp | 90 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 D | brw_fs_copy_propagation.cpp | 210 if (BITSET_TEST(live->block_data[block->num].defout,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.h | 72 BITSET_WORD *defout; member in struct:brw::fs_live_variables::block_data
|
| H A D | brw_fs_live_variables.cpp | 90 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 D | brw_fs_copy_propagation.cpp | 269 if (BITSET_TEST(live.block_data[block->num].defout,
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 113 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 D | v3d_compiler.h | 406 BITSET_WORD *defout; member in struct:qblock
|
Completed in 13 milliseconds