Home
last modified time | relevance | path

Searched refs:next_use (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_spill.c218 dst->next_use = tmp_next_use[dst->name]; in compute_block_next_distance()
222 src->next_use = tmp_next_use[src->def->name]; in compute_block_next_distance()
280 if (phi->dsts[0]->next_use < UINT_MAX && in compute_block_next_distance()
281 phi->dsts[0]->next_use + block_distance < in compute_block_next_distance()
283 pred_state->next_use_end[src] = phi->dsts[0]->next_use + in compute_block_next_distance()
486 interval->next_use_distance = dst->next_use; in init_dst()
583 interval->next_use_distance = src->next_use; in update_src_next_use()
1137 temp_interval->next_use_distance = src->next_use; in handle_pcopy()
Dir3.h209 unsigned spill_slot, next_use; member
/third_party/mesa3d/src/mesa/program/
Dprog_optimize.c766 enum inst_use next_use = find_next_use(prog, i+1, id, dst_mask); in _mesa_remove_extra_moves() local
768 if (next_use == WRITE || next_use == END) { in _mesa_remove_extra_moves()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c16027 goto next_use; in xmlSchemaCheckCTPropsCorrect()
16061 next_use: {} in xmlSchemaCheckCTPropsCorrect()
19470 goto next_use; in xmlSchemaCheckAGPropsCorrect()
19504 next_use: {} in xmlSchemaCheckAGPropsCorrect()
/third_party/libxml2/
Dxmlschemas.c16100 goto next_use; in xmlSchemaCheckCTPropsCorrect()
16134 next_use: {} in xmlSchemaCheckCTPropsCorrect()
19543 goto next_use; in xmlSchemaCheckAGPropsCorrect()
19577 next_use: {} in xmlSchemaCheckAGPropsCorrect()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst4239 - aco/spill: Avoid copying next_use maps more often than needed