Lines Matching defs:ret
1573 Node* ret = graph()->NewNode(mcgraph()->common()->Return(count), count + 3,
1576 gasm_->MergeControlToEnd(ret);
1577 return ret;
4358 for (auto ret : sig->returns()) {
4362 builder.AddReturn(ret.machine_representation());
8611 MachineRepresentation ret = fsig->GetReturn(i).machine_representation();
8612 locations.AddReturn(rets.Next(ret));
8688 for (wasm::ValueType ret : sig->returns()) {
8689 if (ret == from) {
8692 builder.AddReturn(ret);