Home
last modified time | relevance | path

Searched defs:StackSlot (Results 1 – 22 of 22) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dentities.rs118 pub struct StackSlot(u32); struct
121 impl StackSlot { impl
377 StackSlot(StackSlot), enumerator
H A Duser_stack_maps.rs146 stack_slot_offsets: &PrimaryMap<ir::StackSlot, u32>, in new()
H A Ddebug_tags.rs69 StackSlot(StackSlot), enumerator
H A Dinstructions.rs573 pub fn stack_slot(&self) -> Option<StackSlot> { in stack_slot()
1074 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot; in map_stack_slot()
1129 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot { in map_stack_slot()
1351 fn map_stack_slot(&mut self, stack_slot: StackSlot) -> StackSlot { in instruction_data_map()
H A Dfunction.rs232 pub fn create_sized_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_sized_stack_slot()
/wasmtime-44.0.1/cranelift/codegen/src/legalizer/
H A Dmod.rs352 stack_slot: ir::StackSlot, in expand_stack_store()
375 stack_slot: ir::StackSlot, in expand_stack_load()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs49 slot: StackSlot, in stack_address()
H A Dinterpreter.rs296 slot: StackSlot, in stack_address()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dsourcemap.rs153 pub fn def_ss(&mut self, entity: StackSlot, loc: Location) -> ParseResult<()> { in def_ss()
H A Dparser.rs246 fn add_ss(&mut self, ss: StackSlot, data: StackSlotData, loc: Location) -> ParseResult<()> { in add_ss()
260 fn check_ss(&self, ss: StackSlot, loc: Location) -> ParseResult<()> { in check_ss()
558 fn match_ss(&mut self, err_msg: &str) -> ParseResult<StackSlot> { in match_ss()
1505 fn parse_stack_slot_decl(&mut self) -> ParseResult<(StackSlot, StackSlotData)> { in parse_stack_slot_decl()
H A Dlexer.rs41 StackSlot(u32), // ss3 enumerator
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs999 fn map_stack_slot(&mut self, stack_slot: ir::StackSlot) -> ir::StackSlot { in map_stack_slot()
1306 fn inlined_stack_slot(&self, callee_stack_slot: ir::StackSlot) -> ir::StackSlot { in inlined_stack_slot()
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs550 fn get(&self, val: ir::Value) -> Option<ir::StackSlot> { in get()
554 fn get_or_create_stack_slot(&mut self, func: &mut Function, val: ir::Value) -> ir::StackSlot { in get_or_create_stack_slot()
579 fn free_stack_slot(&mut self, size: SlotSize, slot: ir::StackSlot) { in free_stack_slot()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs184 pub struct StackSlot { struct
191 impl StackSlot { argument
1815 fn push(&mut self, src: Reg, size: OperandSize) -> Result<StackSlot>; in push()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower/
H A Disle.rs540 fn gen_stack_slot_amode(&mut self, ss: StackSlot, offset: i64) -> AMode { in gen_stack_slot_amode()
580 fn gen_stack_addr(&mut self, slot: StackSlot, offset: Offset32) -> Reg { in gen_stack_addr()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs327 existing_slot: Option<StackSlot>, in allocate_or_reuse_stack_slot()
328 ) -> StackSlot { in allocate_or_reuse_stack_slot()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs1547 pub fn sized_stackslot_offsets(&self) -> &PrimaryMap<StackSlot, u32> { in sized_stackslot_offsets()
2162 slot: StackSlot, in sized_stackslot_addr()
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs1295 ) -> Result<(StackSlot, StackSize, StackAlignment, AACategory)> { in stack_slot_with_size()
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs779 ss: StackSlot, in verify_stack_slot()
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs572 pub fn create_sized_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_sized_stack_slot()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs1023 fn push(&mut self, reg: Reg, size: OperandSize) -> Result<StackSlot> { in push()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs164 fn push(&mut self, reg: Reg, size: OperandSize) -> Result<StackSlot> { in push()