Searched refs:dst_loc (Results 1 – 2 of 2) sorted by relevance
31 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split() local32 MachineRepresentation dst_rep = dst_loc.representation(); in Split()35 auto dst_kind = dst_loc.location_kind(); in Split()59 dst_index = dst_loc.register_code() * aliases; in Split()61 dst_index = dst_loc.index(); in Split()
2738 const int dst_loc = dst_item->input_start + dst_slot; in ActivateNodes() local2740 input_tensors[dst_loc] = std::move((*outputs)[src_slot]); in ActivateNodes()2742 input_tensors[dst_loc] = (*outputs)[src_slot]; in ActivateNodes()