Home
last modified time | relevance | path

Searched refs:ra_alloc_interference_graph (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/util/
Dregister_allocate.h86 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
Dregister_allocate.c568 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) in ra_alloc_interference_graph() function
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c140 struct ra_graph *g = ra_alloc_interference_graph(regs, num_nodes); in etna_ra_assign()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c274 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs, in vc4_register_allocate()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp209 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count); in reg_allocate()
Dbrw_fs_reg_allocate.cpp788 g = ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count); in build_interference_graph()
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c534 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs, in v3d_register_allocate()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c569 graph = ra_alloc_interference_graph(ra_state->regs, in do_advanced_regalloc()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c647 struct ra_graph *g = ra_alloc_interference_graph( in ppir_regalloc_prog_try()
/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c581 ctx->g = ra_alloc_interference_graph(ctx->set->regs, ctx->alloc_count); in ra_init()