Home
last modified time | relevance | path

Searched refs:dst_loc (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc31 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split() local
32 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()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2738 const int dst_loc = dst_item->input_start + dst_slot; in ActivateNodes() local
2740 input_tensors[dst_loc] = std::move((*outputs)[src_slot]); in ActivateNodes()
2742 input_tensors[dst_loc] = (*outputs)[src_slot]; in ActivateNodes()