Searched refs:postlog2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dlower.c239 gpir_alu_node *postlog2 = gpir_node_create(block, gpir_op_postlog2); local in function:gpir_lower_complex
240 if (unlikely(!postlog2))
243 postlog2->children[0] = result;
244 postlog2->num_child = 1;
245 gpir_node_add_dep(&postlog2->node, result, GPIR_DEP_INPUT);
246 list_addtail(&postlog2->node.list, &node->list);
248 result = &postlog2->node;
H A Dscheduler.c695 gpir_node *postlog2 = create_replacement(ctx, node, gpir_op_postlog2); local in function:create_postlog2
696 gpir_debug("create postlog2 %d for %d\n", postlog2->index, node->index);
697 return postlog2;
1018 /* Don't spill complex1 if it's used postlog2, turn the postlog2 into a
1019 * move, replace the complex1 with postlog2 and spill that instead. The
1020 * store needs a move anyways so the postlog2 is usually free.
1022 gpir_node *postlog2 = consuming_postlog2(node); local in function:try_spill_node
1023 if (postlog2) {
1349 gpir_node *postlog2 = consuming_postlog2(node); local in function:place_move
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst767 - lima/gpir: Fix postlog2 fixup handling

Completed in 90 milliseconds