Searched refs:spill_count (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_ra.c501 unsigned spill_count = ctx->info->tls_size; local in function:bi_register_allocate
531 spill_count += bi_spill_register(ctx,
533 spill_count);
540 ctx->info->tls_size = spill_count;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c848 unsigned *spill_count)
863 unsigned spill_slot = !is_special ? (*spill_count)++ : 0;
1084 unsigned spill_count = DIV_ROUND_UP(ctx->info->tls_size, 16); local in function:mir_ra
1103 mir_spill_register(ctx, spill_node, l->spill_class, &spill_count);
1123 /* Report spilling information. spill_count is in 128-bit slots (vec4 x
1126 ctx->info->tls_size = spill_count * 16;
844 mir_spill_register(compiler_context * ctx,unsigned spill_node,unsigned spill_class,unsigned * spill_count) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c249 c->spill_count++;
556 if (c->spill_count < 10)
H A Dv3d_compiler.h852 uint32_t spill_count; member in struct:v3d_compile
H A Dnir_to_vir.c4130 c->spill_count = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_generator.cpp1913 int spill_count = 0, fill_count = 0; local in function:fs_generator::generate_code
2351 spill_count++;
2387 spill_count++;
2779 spill_count, fill_count, send_count,
2811 spill_count, fill_count, send_count,
2821 stats->spills = spill_count;
H A Dbrw_vec4_generator.cpp1539 int spill_count = 0, fill_count = 0; local in function:generate_code
1835 spill_count++;
2252 spill_count, fill_count, send_count, before_size, after_size,
2271 loop_count, perf.latency, spill_count,
2279 stats->spills = spill_count;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_generator.cpp1674 int spill_count = 0, fill_count = 0; local in function:fs_generator::generate_code
2037 spill_count++;
2282 spill_count, fill_count, promoted_constants, before_size, after_size,
2296 loop_count, cfg->cycle_count, spill_count,
H A Dbrw_vec4_generator.cpp1503 int spill_count = 0, fill_count = 0; local in function:generate_code
1790 spill_count++;
2181 spill_count, fill_count, before_size, after_size,
2193 loop_count, cfg->cycle_count, spill_count,
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json1786 "description": "broadcom/compiler: drop spill_count and add spilling boolean",
[all...]

Completed in 138 milliseconds