Searched refs:block_instructions (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c59 /** List of freed block_instructions structures that can be reused. */
63 struct block_instructions { struct
83 struct block_instructions *n;
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
95 static struct block_instructions *
98 struct block_instructions *bi =
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
102 bi = calloc(1, sizeof(struct block_instructions));
119 pop_block(struct block_queue *bq, struct block_instructions *b
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c59 /** List of freed block_instructions structures that can be reused. */
63 struct block_instructions { struct
83 struct block_instructions *n;
85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) {
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
95 static struct block_instructions *
98 struct block_instructions *bi =
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
102 bi = calloc(1, sizeof(struct block_instructions));
121 pop_block(struct block_queue *bq, struct block_instructions *b
[all...]

Completed in 4 milliseconds