Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_opt_preamble.c115 instr_cost(nir_instr *instr, const void *data) in instr_cost() function
282 .instr_cost_cb = instr_cost, in ir3_nir_opt_preamble()
/third_party/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c144 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options) in instr_cost() function
219 state->loop->info->instr_cost += instr_cost(instr, options); in init_loop_block()
Dnir_opt_loop_unroll.c885 unsigned cost = li->instr_cost * trip_count; in check_unrolling_restrictions()
Dnir.h2867 unsigned instr_cost; member