broadcom/compiler: remove unused functions
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15302>
This commit is contained in:

committed by
Marge Bot

parent
45770ac286
commit
49b5431197
@@ -58,13 +58,6 @@ get_temp_class_bits(struct v3d_ra_node_info *nodes,
|
||||
return nodes->info[temp_to_node(temp)].class_bits;
|
||||
}
|
||||
|
||||
static inline uint32_t
|
||||
get_temp_priority(struct v3d_ra_node_info *nodes,
|
||||
uint32_t temp)
|
||||
{
|
||||
return nodes->info[temp_to_node(temp)].priority;
|
||||
}
|
||||
|
||||
static inline void
|
||||
set_temp_class_bits(struct v3d_ra_node_info *nodes,
|
||||
uint32_t temp, uint8_t class_bits)
|
||||
@@ -72,13 +65,6 @@ set_temp_class_bits(struct v3d_ra_node_info *nodes,
|
||||
nodes->info[temp_to_node(temp)].class_bits = class_bits;
|
||||
}
|
||||
|
||||
static inline void
|
||||
set_temp_priority(struct v3d_ra_node_info *nodes,
|
||||
uint32_t temp, uint32_t priority)
|
||||
{
|
||||
nodes->info[temp_to_node(temp)].priority = priority;
|
||||
}
|
||||
|
||||
static struct ra_class *
|
||||
choose_reg_class(struct v3d_compile *c, uint8_t class_bits)
|
||||
{
|
||||
|
Reference in New Issue
Block a user