Searched refs:ra_alloc_interference_graph (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dregister_allocate.h75 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
H A Dregister_allocate.c417 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) function in typeref:struct:ra_graph *
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate.h89 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
H A Dregister_allocate.c557 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) function in typeref:struct:ra_graph *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c141 struct ra_graph *g = ra_alloc_interference_graph(regs, num_nodes);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c274 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp210 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count);
H A Dbrw_fs_reg_allocate.cpp555 ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c270 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp171 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count);
H A Dbrw_fs_reg_allocate.cpp670 g = ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c621 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c569 graph = ra_alloc_interference_graph(ra_state->regs,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c461 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c660 struct ra_graph *g = ra_alloc_interference_graph(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c531 struct ra_graph *g = ra_alloc_interference_graph(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c569 graph = ra_alloc_interference_graph(ra_state->regs,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c645 ctx->g = ra_alloc_interference_graph(ctx->set->regs, ctx->alloc_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c2222 struct ra_graph *g = ra_alloc_interference_graph(regs, nodes);

Completed in 29 milliseconds