Home
last modified time | relevance | path

Searched refs:in_stack (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dregister_allocate.c567 g->tmp.in_stack = reralloc(g, g->tmp.in_stack, BITSET_WORD, bitset_count); in ra_realloc_interference_graph()
684 assert(!BITSET_TEST(g->tmp.in_stack, n)); in add_node_to_stack()
690 if (!BITSET_TEST(g->tmp.in_stack, n2) && in add_node_to_stack()
700 BITSET_SET(g->tmp.in_stack, n); in add_node_to_stack()
731 g->tmp.in_stack[i] = 0; in ra_simplify()
756 BITSET_WORD skip = g->tmp.in_stack[i] | g->tmp.reg_assigned[i]; in ra_simplify()
839 if (!BITSET_TEST(g->tmp.in_stack, n2) && in ra_find_conflicting_neighbor()
870 if (!BITSET_TEST(g->tmp.in_stack, *n2p)) { in ra_compute_available_regs()
916 BITSET_CLEAR(g->tmp.in_stack, n); in ra_select()
1057 if (BITSET_TEST(g->tmp.in_stack, n)) in ra_get_best_spill_node()
Dregister_allocate_internal.h147 BITSET_WORD *in_stack; member