Searched refs:debug_assert_is_allocatable_preg (Results 1 – 2 of 2) sorted by relevance
412 fn debug_assert_is_allocatable_preg(&self, _reg: PReg, _expected: bool) {} in debug_assert_is_allocatable_preg() method423 self.debug_assert_is_allocatable_preg(preg, false); in reg_fixed_nonallocatable()476 self.debug_assert_is_allocatable_preg(rreg.into(), true); in reg_fixed()553 fn debug_assert_is_allocatable_preg(&self, reg: PReg, expected: bool) { in debug_assert_is_allocatable_preg() method
1080 fn debug_assert_is_allocatable_preg(&self, reg: regalloc2::PReg, expected: bool) { in debug_assert_is_allocatable_preg() method1081 self.inner.debug_assert_is_allocatable_preg(reg, expected); in debug_assert_is_allocatable_preg()