MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / phys_reg_for

Method phys_reg_for

crates/ir-to-asm/src/compiler/function_context.rs:147–149  ·  view source on GitHub ↗

The physical register holding this virtual register, if allocated.

(&self, reg: &IrRegister)

Source from the content-addressed store, hash-verified

145 self.asm_scratch_slots = Some(slots);
146 }
147
148 pub fn asm_scratch_slots(&self) -> Option<[usize; 2]> {
149 self.asm_scratch_slots
150 }
151
152 pub fn set_omit_frame_pointer(&mut self, omit: bool) {

Calls 1

getMethod · 0.80