Home
last modified time | relevance | path

Searched refs:ra_get_node_reg (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Dregister_allocate.h130 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
Dregister_allocate.c986 ra_get_node_reg(struct ra_graph *g, unsigned int n) in ra_get_node_reg() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c250 j = MAX2(j, reg_get_base(c, ra_get_node_reg(c->g, i)) + 1); in etna_ra_finish()
Detnaviv_compiler_nir.c341 unsigned reg = ra_get_node_reg(c->g, c->live_map[src_index(c->impl, src)]); in ra_src()
447 unsigned r = ra_get_node_reg(c->g, c->live_map[dest_index(c->impl, dest)]); in ra_dest()
/third_party/mesa3d/src/imagination/rogue/
Drogue_regalloc.c264 unsigned phy_reg = ra_get_node_reg(g, vreg); in rogue_ra_alloc()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c449 temp_registers[i] = vc4_regs[ra_get_node_reg(g, temp_to_node[i])]; in vc4_register_allocate()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp227 hw_reg_mapping[i] = ra_get_node_reg(g, i); in reg_allocate()
Dbrw_fs_reg_allocate.cpp1245 int reg = ra_get_node_reg(g, first_vgrf_node + i); in assign_regs()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c627 int reg = ra_get_node_reg(graph, node_index); in do_advanced_regalloc()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c588 reg->index = ra_get_node_reg(g, n++); in ppir_regalloc_prog_try()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c1202 int ra_reg = ra_get_node_reg(c->g, temp_to_node(i)); in v3d_register_allocate()