Searched refs:instr_cost (Results 1 – 3 of 3) sorted by relevance
121 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) in instr_cost() function189 state->loop->info->instr_cost += instr_cost(instr, options); in init_loop_block()
777 li->instr_cost * trip_count <= max_iter * LOOP_UNROLL_LIMIT; in check_unrolling_restrictions()
2900 unsigned instr_cost; member