Searched refs:reg_alloc (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c224 impl->reg_alloc);
H A Dnir_clone.c676 nfi->reg_alloc = fi->reg_alloc;
H A Dnir_validate.c1408 validate_assert(state, reg->index < state->impl->reg_alloc);
1615 BITSET_WORD, BITSET_WORDS(impl->reg_alloc));
1616 memset(state->regs_found, 0, BITSET_WORDS(impl->reg_alloc) *
H A Dnir.c168 reg->index = impl->reg_alloc++;
460 impl->reg_alloc = 0;
1298 impl->reg_alloc = index;
H A Dnir_serialize.c1915 blob_write_uint32(ctx->blob, fi->reg_alloc);
1931 fi->reg_alloc = blob_read_uint32(ctx->blob);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c135 unsigned max_nodes = impl->ssa_alloc + impl->reg_alloc;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c225 state.values = malloc(impl->reg_alloc * sizeof(*state.values));
H A Dnir_validate.c969 validate_assert(state, reg->index < state->impl->reg_alloc);
1139 BITSET_WORDS(impl->reg_alloc) *
1141 memset(state->regs_found, 0, BITSET_WORDS(impl->reg_alloc) *
H A Dnir_clone.c648 nfi->reg_alloc = fi->reg_alloc;
H A Dnir.c95 reg->index = impl->reg_alloc++;
284 impl->reg_alloc = 0;
920 impl->reg_alloc = index;
H A Dnir_serialize.c1017 blob_write_uint32(ctx->blob, fi->reg_alloc);
1031 fi->reg_alloc = blob_read_uint32(ctx->blob);
H A Dnir.h2234 unsigned reg_alloc; member in struct:__anon3bab288a3308
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcompiler.h631 unsigned reg_alloc; member in struct:__anon9a2e09911508
689 return (MAX2(ctx->reg_alloc, ctx->ssa_alloc) + 2) << 1;
701 return bi_get_index(ctx->reg_alloc++, true, 0);
H A Dbifrost_compile.c3742 ctx->reg_alloc += func->impl->reg_alloc;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dnir.c365 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c457 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h456 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dnir.c454 gpir_compiler *comp = gpir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c882 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp52 nir_locals = ralloc_array(mem_ctx, dst_reg, impl->reg_alloc);
53 for (unsigned i = 0; i < impl->reg_alloc; i++) {
H A Dbrw_fs_nir.cpp338 nir_locals = ralloc_array(mem_ctx, fs_reg, impl->reg_alloc);
339 for (unsigned i = 0; i < impl->reg_alloc; i++) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp53 nir_locals = ralloc_array(mem_ctx, dst_reg, impl->reg_alloc);
54 for (unsigned i = 0; i < impl->reg_alloc; i++) {
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1456 ctx->nir_regalloc = rzalloc_array(ctx, unsigned, func->impl->reg_alloc);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2412 LLVMValueRef reg_alloc = lp_build_alloca(bld_base->base.gallivm, local in function:lp_build_nir_llvm
2414 _mesa_hash_table_insert(bld_base->regs, reg, reg_alloc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c4123 sizeof(SpvId), entry->reg_alloc);
4126 ctx.num_regs = entry->reg_alloc;

Completed in 64 milliseconds

12