Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dreg.rs412 fn debug_assert_is_allocatable_preg(&self, _reg: PReg, _expected: bool) {} in debug_assert_is_allocatable_preg() method
423 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
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dmod.rs1080 fn debug_assert_is_allocatable_preg(&self, reg: regalloc2::PReg, expected: bool) { in debug_assert_is_allocatable_preg() method
1081 self.inner.debug_assert_is_allocatable_preg(reg, expected); in debug_assert_is_allocatable_preg()