Home
last modified time | relevance | path

Searched defs:stack_slot (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dcast.rs107 let stack_slot = fx.bcx.create_sized_stack_slot(StackSlotData { in clif_int_or_float_cast() localVariable
Dpointer.rs29 pub(crate) fn stack_slot(stack_slot: StackSlot) -> Self { in stack_slot() method
Dvalue_and_place.rs134 let stack_slot = fx.bcx.create_sized_stack_slot(StackSlotData { in dyn_star_force_data_on_stack() localVariable
371 let stack_slot = fx.bcx.create_sized_stack_slot(StackSlotData { in new_stack_slot() localVariable
542 let stack_slot = fx.bcx.create_sized_stack_slot(StackSlotData { in write_cvalue_maybe_transmute() localVariable
Dinline_asm.rs835 let stack_slot = fx.bcx.func.create_sized_stack_slot(StackSlotData { in call_inline_asm() localVariable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/abi/
Dpass_mode.rs192 let stack_slot = fx.bcx.create_sized_stack_slot(StackSlotData { in from_casted_value() localVariable
/third_party/skia/src/core/
DSkVM.cpp3236 std::vector<int> stack_slot(instructions.size(), NA); in jit() local