| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 501 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 D | midgard_ra.c | 848 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 D | vir_register_allocate.c | 249 c->spill_count++; 556 if (c->spill_count < 10)
|
| H A D | v3d_compiler.h | 852 uint32_t spill_count; member in struct:v3d_compile
|
| H A D | nir_to_vir.c | 4130 c->spill_count = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_generator.cpp | 1913 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 D | brw_vec4_generator.cpp | 1539 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 D | brw_fs_generator.cpp | 1674 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 D | brw_vec4_generator.cpp | 1503 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.json | 1786 "description": "broadcom/compiler: drop spill_count and add spilling boolean", [all...] |