Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dregister_allocate.h89 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
Dregister_allocate.c581 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) in ra_alloc_interference_graph() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c141 struct ra_graph *g = ra_alloc_interference_graph(regs, num_nodes); in etna_ra_assign()
/third_party/mesa3d/src/imagination/rogue/
Drogue_regalloc.c205 struct ra_graph *g = ra_alloc_interference_graph(ra->regs, max_vreg + 1); in rogue_ra_alloc()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c270 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs, in vc4_register_allocate()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp175 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count); in reg_allocate()
Dbrw_fs_reg_allocate.cpp675 g = ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count); in build_interference_graph()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c539 struct ra_graph *g = ra_alloc_interference_graph( in ppir_regalloc_prog_try()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c569 graph = ra_alloc_interference_graph(ra_state->regs, in do_advanced_regalloc()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c1109 c->g = ra_alloc_interference_graph(c->compiler->regs, in v3d_register_allocate()