Searched refs:defin (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.h | 62 BITSET_WORD *defin; member in struct:brw::block_data
|
| H A D | brw_fs_live_variables.cpp | 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]; 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 D | brw_fs_live_variables.h | 66 BITSET_WORD *defin; member in struct:brw::fs_live_variables::block_data
|
| H A D | brw_fs_live_variables.cpp | 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]; 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 D | vir_live_variables.c | 246 /* 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 D | v3d_compiler.h | 506 BITSET_WORD *defin; member in struct:qblock
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_live_variables.c | 281 /* 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 D | v3d_compiler.h | 405 BITSET_WORD *defin; member in struct:qblock
|
Completed in 12 milliseconds