Searched refs:tmp_live (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_liveness.c | 40 BITSET_WORD *tmp_live, unsigned bitset_words) 42 memcpy(tmp_live, live->live_out[block->index], 48 if (BITSET_TEST(tmp_live, dst->name)) 52 BITSET_CLEAR(tmp_live, dst->name); 58 if (BITSET_TEST(tmp_live, src->def->name)) 65 if (BITSET_TEST(tmp_live, src->def->name)) 69 BITSET_SET(tmp_live, src->def->name); 74 memcpy(live->live_in[block->index], tmp_live, 81 if (tmp_live[j] & ~live->live_out[pred->index][j]) 83 live->live_out[pred->index][j] |= tmp_live[ 39 compute_block_liveness(struct ir3_liveness * live,struct ir3_block * block,BITSET_WORD * tmp_live,unsigned bitset_words) argument 142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); local in function:ir3_calc_liveness [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_liveness.c | 49 BITSET_WORD *tmp_live; member in struct:live_ssa_defs_state 111 BITSET_WORD *live = state->tmp_live; 150 state.tmp_live = rzalloc_array(impl, BITSET_WORD, state.bitset_words), 211 ralloc_free(state.tmp_live);
|
Completed in 2 milliseconds