Home
last modified time | relevance | path

Searched refs:ra_class_allocations_conflict (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dregister_allocate_test.cpp73 …ASSERT_FALSE(ra_class_allocations_conflict(reg32low, reg32_base + i, reg32low, reg32_base + i + 1)… in thumb_checks()
74 … ASSERT_TRUE(ra_class_allocations_conflict(reg32low, reg32_base + i, reg32low, reg32_base + i)); in thumb_checks()
78 ASSERT_TRUE(ra_class_allocations_conflict(reg64low, reg64_base + 0, reg32low, reg32_base + 0)); in thumb_checks()
79 ASSERT_TRUE(ra_class_allocations_conflict(reg64low, reg64_base + 0, reg32low, reg32_base + 1)); in thumb_checks()
80 ASSERT_FALSE(ra_class_allocations_conflict(reg64low, reg64_base + 0, reg32low, reg32_base + 2)); in thumb_checks()
82 ASSERT_FALSE(ra_class_allocations_conflict(reg64low, reg64_base + 1, reg32low, reg32_base + 0)); in thumb_checks()
83 ASSERT_TRUE(ra_class_allocations_conflict(reg64low, reg64_base + 1, reg32low, reg32_base + 1)); in thumb_checks()
84 ASSERT_TRUE(ra_class_allocations_conflict(reg64low, reg64_base + 1, reg32low, reg32_base + 2)); in thumb_checks()
85 ASSERT_FALSE(ra_class_allocations_conflict(reg64low, reg64_base + 1, reg32low, reg32_base + 3)); in thumb_checks()
204 ASSERT_EQ(ra_class_allocations_conflict(c4, i, c1, j), in TEST_F()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Dregister_allocate_internal.h172 bool ra_class_allocations_conflict(struct ra_class *c1, unsigned int r1,
Dregister_allocate.c818 ra_class_allocations_conflict(struct ra_class *c1, unsigned int r1, in ra_class_allocations_conflict() function
840 ra_class_allocations_conflict(g->regs->classes[g->nodes[n].class], r, in ra_find_conflicting_neighbor()