Lines Matching refs:destination
17 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() argument
18 return move->Blocks(destination); in Blocks()
50 InstructionOperand destination = move->destination(); in PerformMove() local
57 if (other->Blocks(destination) && !other->IsPending()) { in PerformMove()
73 move->set_destination(destination); in PerformMove()
78 if (source.EqualsCanonicalized(destination)) { in PerformMove()
87 std::bind2nd(std::ptr_fun(&Blocks), destination)); in PerformMove()
90 assembler_->AssembleMove(&source, &destination); in PerformMove()
98 std::swap(source, destination); in PerformMove()
100 assembler_->AssembleSwap(&source, &destination); in PerformMove()
108 other->set_source(destination); in PerformMove()
109 } else if (other->Blocks(destination)) { in PerformMove()