Lines Matching full:destination
22 if (!it->IsRedundant()) write(it->destination(), copy.read(it->source()));
66 InstructionOperand destination(it->second.first, it->second.second);
67 os << MoveOperands(&source, &destination);
80 InstructionOperand* destination) OVERRIDE {
82 moves.push_back(MoveOperands(source, destination));
87 InstructionOperand* destination) OVERRIDE {
89 moves.push_back(MoveOperands(source, destination));
90 moves.push_back(MoveOperands(destination, source));
116 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) {
117 parallel_move->AddMove(mo.source(), mo.destination(), main_zone());
118 seen.insert(mo.destination());