Home
last modified time | relevance | path

Searched refs:create_stack_slot (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dstackslot.rs352 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
353 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs140 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dstackslot.rs367 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
368 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs216 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dstackslot.rs367 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
368 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs216 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dstackslot.rs367 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
368 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs216 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dstackslot.rs367 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
368 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs216 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dstackslot.rs374 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
375 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs166 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dstackslot.rs374 let ss0 = func.create_stack_slot(StackSlotData::new(StackSlotKind::IncomingArg, 4)); in stack_slot()
375 let ss1 = func.create_stack_slot(StackSlotData::new(StackSlotKind::SpillSlot, 8)); in stack_slot()
H A Dfunction.rs166 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs549 Some(func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
560 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
640 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/isa/x86/
H A Dabi.rs404 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
459 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x86/
H A Dabi.rs548 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
559 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
647 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs570 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
581 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
669 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs570 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
581 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
669 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/legacy/x86/
H A Dabi.rs570 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
581 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
669 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs570 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
581 func.create_stack_slot(ir::StackSlotData { in fastcall_prologue_epilogue()
669 func.create_stack_slot(ir::StackSlotData { in system_v_prologue_epilogue()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasmtime/src/trampoline/
H A Dfunc.rs115 let ss = context.func.create_stack_slot(StackSlotData::new( in make_trampoline()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dinline_asm.rs264 let stack_slot = fx.bcx.func.create_stack_slot(StackSlotData { in call_inline_asm()
H A Dvalue_and_place.rs327 let stack_slot = fx.bcx.create_stack_slot(StackSlotData { in new_stack_slot()
470 let stack_slot = fx.bcx.create_stack_slot(StackSlotData { in write_cvalue_maybe_transmute()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-frontend/src/
H A Dfrontend.rs366 pub fn create_stack_slot(&mut self, data: StackSlotData) -> StackSlot { in create_stack_slot() method
367 self.func.create_stack_slot(data) in create_stack_slot()

12