Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_inline_functions.c170 nir_function_impl *callee_copy = in inline_functions_block() local
172 callee_copy->function = call->callee; in inline_functions_block()
175 assert(call->num_params == callee_copy->num_params); in inline_functions_block()
177 exec_list_append(&b->impl->locals, &callee_copy->locals); in inline_functions_block()
178 exec_list_append(&b->impl->registers, &callee_copy->registers); in inline_functions_block()
193 nir_foreach_block(block, callee_copy) { in inline_functions_block()
194 lower_params_to_locals_block(block, callee_copy); in inline_functions_block()
197 for (unsigned i = 0; i < callee_copy->num_params; i++) { in inline_functions_block()
198 nir_variable *param = callee_copy->params[i]; in inline_functions_block()
207 nir_foreach_block(block, callee_copy) { in inline_functions_block()
[all …]