Home
last modified time | relevance | path

Searched refs:bitset_words (Results 1 – 25 of 122) sorted by relevance

12345

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/lang/clover/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/compiler/
H A Dvir_live_variables.c205 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
215 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
226 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
254 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
298 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
324 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
325 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
327 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
334 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/broadcom/compiler/
H A Dvir_live_variables.c228 vir_live_variables_dataflow(struct v3d_compile *c, int bitset_words) in vir_live_variables_dataflow() argument
238 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
249 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_dataflow()
277 for (int i = 0; i < bitset_words; i++) { in vir_live_variables_defin_defout_dataflow()
321 int bitset_words = BITSET_WORDS(c->num_temps); in vir_calculate_live_intervals() local
347 block->def = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
348 block->defin = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
349 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
350 block->use = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
357 while (vir_live_variables_dataflow(c, bitset_words)) in vir_calculate_live_intervals()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_liveness.c47 unsigned bitset_words; member
76 state->bitset_words); in init_liveness_block()
77 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
80 state->bitset_words); in init_liveness_block()
81 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
128 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
153 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
181 state.bitset_words = BITSET_WORDS(state.num_ssa_defs); in nir_live_ssa_defs_impl()
182 state.tmp_live = rzalloc_array(impl, BITSET_WORD, state.bitset_words); in nir_live_ssa_defs_impl()
202 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_liveness.c46 unsigned bitset_words; member
62 state->bitset_words); in init_liveness_block()
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
66 state->bitset_words); in init_liveness_block()
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD)); in init_liveness_block()
112 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge()
137 for (unsigned i = 0; i < state->bitset_words; ++i) { in propagate_across_edge()
148 .bitset_words = BITSET_WORDS(impl->ssa_alloc), in nir_live_ssa_defs_impl()
181 state.bitset_words * sizeof(BITSET_WORD)); in nir_live_ssa_defs_impl()
247 const unsigned bitset_words = BITSET_WORDS(impl->ssa_alloc); in nir_get_live_ssa_defs() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_liveness.c40 BITSET_WORD *tmp_live, unsigned bitset_words) in compute_block_liveness() argument
43 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
75 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
80 for (unsigned j = 0; j < bitset_words; j++) { in compute_block_liveness()
141 unsigned bitset_words = BITSET_WORDS(live->definitions_count); in ir3_calc_liveness() local
142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
149 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
151 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
159 compute_block_liveness(live, block, tmp_live, bitset_words); in ir3_calc_liveness()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_liveness.c40 BITSET_WORD *tmp_live, unsigned bitset_words) in compute_block_liveness() argument
43 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
75 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
80 for (unsigned j = 0; j < bitset_words; j++) { in compute_block_liveness()
141 unsigned bitset_words = BITSET_WORDS(live->definitions_count); in ir3_calc_liveness() local
142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
149 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
151 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
159 compute_block_liveness(live, block, tmp_live, bitset_words); in ir3_calc_liveness()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_liveness.c40 BITSET_WORD *tmp_live, unsigned bitset_words) in compute_block_liveness() argument
43 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
75 bitset_words * sizeof(BITSET_WORD)); in compute_block_liveness()
80 for (unsigned j = 0; j < bitset_words; j++) { in compute_block_liveness()
141 unsigned bitset_words = BITSET_WORDS(live->definitions_count); in ir3_calc_liveness() local
142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
149 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
151 rzalloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness()
159 compute_block_liveness(live, block, tmp_live, bitset_words); in ir3_calc_liveness()

12345