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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c255 /* Set unroll_loc to the loop as we will insert the unrolled loop before it
257 nir_cf_node *unroll_loc = &loop->cf_node; local in function:complex_unroll_loop_body
265 get_complex_unroll_insert_location(unroll_loc,
273 get_complex_unroll_insert_location(unroll_loc,
280 unroll_loc = exec_node_data(nir_cf_node,
283 assert(unroll_loc->type == nir_cf_node_block &&
284 exec_list_is_empty(&nir_cf_node_as_block(unroll_loc)->instr_list));
287 unroll_loc = nir_cf_node_prev(unroll_loc);
293 return unroll_loc;
421 nir_cf_node *unroll_loc = local in function:complex_unroll
494 MAYBE_UNUSED nir_cf_node *unroll_loc = local in function:complex_unroll_single_terminator
701 nir_cf_node *unroll_loc = local in function:partial_unroll
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c255 /* Set unroll_loc to the loop as we will insert the unrolled loop before it
257 nir_cf_node *unroll_loc = &loop->cf_node; local in function:complex_unroll_loop_body
265 get_complex_unroll_insert_location(unroll_loc,
273 get_complex_unroll_insert_location(unroll_loc,
280 unroll_loc = exec_node_data(nir_cf_node,
283 assert(unroll_loc->type == nir_cf_node_block &&
284 exec_list_is_empty(&nir_cf_node_as_block(unroll_loc)->instr_list));
287 unroll_loc = nir_cf_node_prev(unroll_loc);
293 return unroll_loc;
421 nir_cf_node *unroll_loc = local in function:complex_unroll
494 UNUSED nir_cf_node *unroll_loc = local in function:complex_unroll_single_terminator
705 nir_cf_node *unroll_loc = local in function:partial_unroll
[all...]

Completed in 5 milliseconds