Home
last modified time | relevance | path

Searched refs:ra_graph (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/util/
Dregister_allocate.h89 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
91 void ra_resize_interference_graph(struct ra_graph *g, unsigned int count);
92 void ra_set_node_class(struct ra_graph *g, unsigned int n, struct ra_class *c);
93 struct ra_class *ra_get_node_class(struct ra_graph *g, unsigned int n);
94 unsigned int ra_add_node(struct ra_graph *g, struct ra_class *c);
115 void ra_set_select_reg_callback(struct ra_graph *g,
118 void ra_add_node_interference(struct ra_graph *g,
120 void ra_reset_node_interference(struct ra_graph *g, unsigned int n);
124 bool ra_allocate(struct ra_graph *g);
130 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
[all …]
Dregister_allocate.c477 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency()
491 ra_node_remove_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_node_remove_adjacency()
506 ra_realloc_interference_graph(struct ra_graph *g, unsigned int alloc) in ra_realloc_interference_graph()
556 struct ra_graph *
559 struct ra_graph *g; in ra_alloc_interference_graph()
561 g = rzalloc(NULL, struct ra_graph); in ra_alloc_interference_graph()
570 ra_resize_interference_graph(struct ra_graph *g, unsigned int count) in ra_resize_interference_graph()
577 void ra_set_select_reg_callback(struct ra_graph *g, in ra_set_select_reg_callback()
586 ra_set_node_class(struct ra_graph *g, in ra_set_node_class()
593 ra_get_node_class(struct ra_graph *g, in ra_get_node_class()
[all …]
Dregister_allocate_internal.h129 struct ra_graph { struct
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp131 vec4_visitor::setup_payload_interference(struct ra_graph *g, in setup_payload_interference()
170 struct ra_graph *g = in reg_allocate()
449 vec4_visitor::choose_spill_reg(struct ra_graph *g) in choose_spill_reg()
Dbrw_vec4.h137 int choose_spill_reg(struct ra_graph *g);
364 void setup_payload_interference(struct ra_graph *g, int first_payload_node,
Dbrw_fs_reg_allocate.cpp374 ra_graph *g;
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c406 struct ra_graph *g) in ppir_regalloc_choose_spill_node()
513 static void ppir_all_interference(ppir_compiler *comp, struct ra_graph *g, in ppir_all_interference()
531 struct ra_graph *g = ra_alloc_interference_graph( in ppir_regalloc_prog_try()
/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()
Detnaviv_compiler_nir.h54 struct ra_graph *g;
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c83 v3d_choose_spill_node(struct v3d_compile *c, struct ra_graph *g, in v3d_choose_spill_node()
621 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs, in v3d_register_allocate()
/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/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c523 struct ra_graph * graph; in do_advanced_regalloc()