Searched refs:ra_get_node_reg (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/util/ |
D | register_allocate.h | 130 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
|
D | register_allocate.c | 986 ra_get_node_reg(struct ra_graph *g, unsigned int n) in ra_get_node_reg() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_ra.c | 250 j = MAX2(j, reg_get_base(c, ra_get_node_reg(c->g, i)) + 1); in etna_ra_finish()
|
D | etnaviv_compiler_nir.c | 341 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/ |
D | rogue_regalloc.c | 264 unsigned phy_reg = ra_get_node_reg(g, vreg); in rogue_ra_alloc()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_register_allocate.c | 449 temp_registers[i] = vc4_regs[ra_get_node_reg(g, temp_to_node[i])]; in vc4_register_allocate()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_reg_allocate.cpp | 227 hw_reg_mapping[i] = ra_get_node_reg(g, i); in reg_allocate()
|
D | brw_fs_reg_allocate.cpp | 1245 int reg = ra_get_node_reg(g, first_vgrf_node + i); in assign_regs()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 627 int reg = ra_get_node_reg(graph, node_index); in do_advanced_regalloc()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | regalloc.c | 588 reg->index = ra_get_node_reg(g, n++); in ppir_regalloc_prog_try()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 1202 int ra_reg = ra_get_node_reg(c->g, temp_to_node(i)); in v3d_register_allocate()
|