Home
last modified time | relevance | path

Searched refs:StackSlotKind (Results 1 – 15 of 15) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dstackslot.rs25 pub enum StackSlotKind { enum
34 impl FromStr for StackSlotKind { implementation
38 use self::StackSlotKind::*; in from_str()
47 impl fmt::Display for StackSlotKind { implementation
49 use self::StackSlotKind::*; in fmt()
62 pub kind: StackSlotKind,
119 kind: StackSlotKind, in new_with_key() argument
154 pub kind: StackSlotKind,
163 assert!(kind == StackSlotKind::ExplicitDynamicSlot); in new()
232 StackSlotKind::ExplicitDynamicSlot, in dynamic_stack_slot()
[all …]
H A Dmod.rs64 DynamicStackSlotData, DynamicStackSlots, StackSlotData, StackSlotKey, StackSlotKind, StackSlots,
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs103 AbiParam, Function, InstBuilder, Signature, StackSlotData, StackSlotKind, types,
119 Some(StackSlotData::new(StackSlotKind::ExplicitSlot, 64, 0)), in test_simple_func()
166 Some(StackSlotData::new(StackSlotKind::ExplicitSlot, 64, 0)), in test_multi_return_func()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/unwind/
H A Dsystemv.rs66 AbiParam, Function, InstBuilder, Signature, StackSlotData, StackSlotKind, UserFuncName,
83 Some(StackSlotData::new(StackSlotKind::ExplicitSlot, 64, 0)), in test_simple_func()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs72 AbiParam, Function, InstBuilder, Signature, StackSlotData, StackSlotKind, types,
88 Some(StackSlotData::new(StackSlotKind::ExplicitSlot, 64, 0)), in test_simple_func()
/wasmtime-44.0.1/cranelift/umbrella/src/
H A Dlib.rs31 MemFlags, Signature, StackSlotData, StackSlotKind, TrapCode, Type, Value,
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs99 AbiParam, Function, InstBuilder, Signature, StackSlotData, StackSlotKind, types,
115 Some(StackSlotData::new(StackSlotKind::ExplicitSlot, 64, 0)), in test_simple_func()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dwrite.rs621 use crate::ir::{Function, InstBuilder, StackSlotData, StackSlotKind, UserFuncName};
632 f.create_sized_stack_slot(StackSlotData::new(StackSlotKind::ExplicitSlot, 4, 0)); in basic()
668 f.create_sized_stack_slot(StackSlotData::new(StackSlotKind::ExplicitSlot, 4, 2)); in basic()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs24 StackSlot, StackSlotData, StackSlotKind, UserFuncName, Value, types,
250 StackSlotKind::ExplicitSlot, in add_ss()
279 StackSlotKind::ExplicitDynamicSlot, in add_dss()
3134 StackSlotKind::ExplicitSlot in stack_slot_decl()
3142 StackSlotKind::ExplicitSlot in stack_slot_decl()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs31 use cranelift_codegen::ir::{StackSlot, StackSlotKind::*};
350 ir::StackSlotKind::ExplicitSlot, in allocate_or_reuse_stack_slot()
1867 ir::StackSlotKind::ExplicitSlot, in translate_switch()
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs20 ExtFuncData, FloatCC, InstBuilder, IntCC, JumpTableData, MemFlags, StackSlotData, StackSlotKind,
1640 let ss_data = StackSlotData::new(StackSlotKind::ExplicitSlot, bytes, alignment); in generate_stack_slots()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs1076 ir::StackSlotKind::ExplicitSlot, in allocate_stack_array_and_spill_args()
H A Dfunc_environ.rs1113 ir::StackSlotKind::ExplicitSlot, in create_state_slot()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1878 ir::StackSlotKind::ExplicitSlot, in translate_transcode()
/wasmtime-44.0.1/cranelift/frontend/src/frontend/
H A Dsafepoints.rs568 ir::StackSlotKind::ExplicitSlot, in get_or_create_stack_slot()