Lines Matching defs:stack_slot
2338 Node* stack_slot;
2340 stack_slot = StoreArgsInStackSlot(
2343 stack_slot = StoreArgsInStackSlot({{type.representation(), input0}});
2349 BuildCCall(&sig, function, stack_slot);
2351 return gasm_->LoadFromObject(type, stack_slot, 0);
2384 Node* stack_slot =
2388 gasm_->Store(store_rep, stack_slot, 0, input);
2392 BuildCCall(&sig, function, stack_slot);
2393 return gasm_->LoadFromObject(result_type, stack_slot, 0);
2427 Node* stack_slot =
2431 gasm_->Store(store_rep, stack_slot, 0, input);
2435 Node* overflow = BuildCCall(&sig, function, stack_slot);
2438 return gasm_->LoadFromObject(int_ty, stack_slot, 0);
2451 Node* load = gasm_->LoadFromObject(int_ty, stack_slot, 0);
2957 Node* stack_slot =
2965 Node* call = BuildCCall(&sig, function, stack_slot);
2969 return gasm_->LoadFromObject(result_type, stack_slot, 0);
5425 Node* stack_slot = StoreArgsInStackSlot(
5435 Node* call = BuildCCall(&sig, function, stack_slot);
5459 Node* stack_slot =
5466 gasm_->StoreUnaligned(type, stack_slot, Int32Constant(offset), value);
5469 return stack_slot;
5500 Node* stack_slot = StoreArgsInStackSlot(
5508 Node* call = BuildCCall(&sig, function, stack_slot);
5519 Node* stack_slot = StoreArgsInStackSlot(
5527 Node* call = BuildCCall(&sig, function, stack_slot);
7403 Node* stack_slot = gasm_->StackSlot(kSize, kAlign);
7407 stack_slot, 0, node);
7408 return stack_slot;