Searched refs:instr_cost (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c143 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) function in typeref:typename:unsigned
218 state->loop->info->instr_cost += instr_cost(instr, options);
H A Dnir_opt_loop_unroll.c850 unsigned cost = li->instr_cost * trip_count;
H A Dnir.h3056 unsigned instr_cost; member in struct:__anon3ec4419d3308
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c121 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) function in typeref:typename:unsigned
189 state->loop->info->instr_cost += instr_cost(instr, options);
H A Dnir_opt_loop_unroll.c773 li->instr_cost * trip_count <= max_iter * LOOP_UNROLL_LIMIT;
H A Dnir.h2162 unsigned instr_cost; member in struct:__anon3bab288a2f08

Completed in 21 milliseconds